ReadOnlyPermissionSet.IsReadOnly Property

Definition

Gets a value that indicates whether the collection is read-only.

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

Property Value

Always true.

Remarks

A ReadOnlyPermissionSet is always read-only, so this value must always be true.

Applies to