PrincipalCollection.ICollection.IsSynchronized Vlastnost

Definice

Vždy vrátí hodnotu false. Synchronizace přístupu k této kolekci je na aplikaci.

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
bool System.Collections.ICollection.IsSynchronized { [System.Security.SecurityCritical] get; }
member this.System.Collections.ICollection.IsSynchronized : bool
[<get: System.Security.SecurityCritical>]
member this.System.Collections.ICollection.IsSynchronized : bool
 ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

Hodnota vlastnosti

Vždy hodnota false.

Implementuje

Atributy

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že PrincipalCollection je instance přetypovaná na ICollection rozhraní.

Platí pro