PrincipalCollection.ICollection.IsSynchronized Eigenschap

Definitie

Retourneert altijd false. Het is aan de toepassing om de toegang tot deze verzameling te synchroniseren.

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

Waarde van eigenschap

Altijd false.

Implementeringen

Kenmerken

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het PrincipalCollection exemplaar naar een ICollection interface wordt gecast.

Van toepassing op