PrincipalCollection.IsSynchronized Propriedade

Definição

Retorna false.Returns false. Cabe ao aplicativo serializar o acesso a esta coleção.It is up to the application to serialize access to this collection.

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

Valor da propriedade

Boolean

Sempre false.Always false.

Aplica-se a