IdentityReferenceCollection.ICollection<IdentityReference>.IsReadOnly Propiedad

Definición

Obtiene un valor que indica si ICollection<T> es de solo lectura.

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

Valor de propiedad

Es true si la interfaz ICollection<T> es de solo lectura; de lo contrario, es false.

Implementaciones

Se aplica a