PrincipalCollection.IsReadOnly Property

Definition

Returns false. This is not a read-only collection.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Property Value

Always false.

Implements

Applies to