UserRole.IsSystem Property

Definition

Gets or sets a value that indicates whether this is a system user role.

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

Property Value

true if this is a system user role; otherwise, false.

Applies to