DataPA Enterprise Dashboard Controls API Reference
Gets a boolean value that indicates if this group is the default group.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool DefaultGroup { get; }
Visual Basic
Public ReadOnly Property DefaultGroup As Boolean
	Get
Visual C++
public:
virtual property bool DefaultGroup {
	bool get () sealed;
}

Property Value

Type: Boolean
True if this is the default group.

Remarks