IdentityReferenceCollection.ICollection<IdentityReference>.IsReadOnly Özellik

Tanım

ICollection<T> öğesinin salt okunur olup olmadığını belirten bir değer alır.

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

Özellik Değeri

Boolean

trueICollection<T> salt okunur ise; değilse, false.

Uygulamalar

Şunlara uygulanır