RepeaterItemCollection.IsSynchronized Proprietà

Definizione

Ottiene un valore che indica se l'accesso all'oggetto RepeaterItemCollection è sincronizzato (affidabile).

public:
 property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

Valore della proprietà

Boolean

false in tutti i casi.

Implementazioni

Commenti

Questa proprietà è derivata dalla System.Collections.ICollection classe ed è sottoposta a override per restituire falsesempre .

Per altre informazioni sulla IsSynchronized proprietà , vedere la ICollection.IsSynchronized proprietà dell'interfaccia System.Collections.ICollection .

Si applica a

Vedi anche