PrincipalValueCollection<T>.IList.IsReadOnly Vlastnost

Definice

Získá hodnotu označující, zda přístup ke kolekci je jen pro čtení.

property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
bool System.Collections.IList.IsReadOnly { [System.Security.SecurityCritical] get; }
member this.System.Collections.IList.IsReadOnly : bool
[<get: System.Security.SecurityCritical>]
member this.System.Collections.IList.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly

Hodnota vlastnosti

true pokud je jen IList pro čtení, jinak hodnota false.

Implementuje

Atributy

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že PrincipalValueCollection<T> je instance přetypovaná na IList rozhraní.

Platí pro