IdentityReferenceCollection.ICollection<IdentityReference>.IsReadOnly Właściwość

Definicja

Pobiera wartość wskazującą, czy kolekcja ICollection<T> jest przeznaczona tylko do odczytu.

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

Wartość właściwości

Boolean

true jeśli element ICollection<T> jest tylko do odczytu; w przeciwnym razie false.

Implementuje

Dotyczy