IdentityReferenceCollection.ICollection<IdentityReference>.IsReadOnly Vlastnost

Definice

Získá hodnotu, která určuje, zda je ICollection<T> určena jen pro čtení.

property bool System::Collections::Generic::ICollection<System::Security::Principal::IdentityReference>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Security.Principal.IdentityReference>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Security.Principal.IdentityReference>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of IdentityReference).IsReadOnly

Hodnota vlastnosti

Boolean

trueICollection<T> pokud je jen pro čtení; jinak . false

Implementuje

Platí pro