Bearbeiten

IdentityReferenceCollection.ICollection<IdentityReference>.IsReadOnly Property

Definition

Gets a value indicating whether the ICollection<T> is read-only.

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

Property Value

true if the ICollection<T> is read-only; otherwise, false.

Implements

Applies to