UserRole.IsScopeFixed Property

Definition

Gets or sets a value that indicates whether the scope of the user role is fixed and cannot be altered.

public:
 property bool IsScopeFixed { bool get(); void set(bool value); };
public bool IsScopeFixed { get; set; }
member this.IsScopeFixed : bool with get, set
Public Property IsScopeFixed As Boolean

Property Value

true if the scope of the user role is fixed; otherwise, false.

Applies to