PrincipalCollection.ICollection.IsSynchronized Egenskap

Definition

Returnerar alltid false. Det är upp till programmet att synkronisera åtkomsten till den här samlingen.

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

Egenskapsvärde

Alltid false.

Implementeringar

Attribut

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen PrincipalCollection skickas till ett ICollection gränssnitt.

Gäller för