PrincipalCollection.ICollection.IsSynchronized Właściwość

Definicja

Zawsze zwraca wartość false. Do aplikacji należy synchronizowanie dostępu do tej kolekcji.

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

Wartość właściwości

Zawsze wartość false.

Implementuje

Atrybuty

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy PrincipalCollection wystąpienie jest rzutowe do interfejsu ICollection .

Dotyczy