Condividi tramite


IdentityReferenceCollection.ICollection<IdentityReference>.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se ICollection<T> è di sola lettura.

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

Valore della proprietà

true se ICollection<T> è di sola lettura; in caso contrario, false.

Implementazioni

Si applica a