GroupDefaultGroup Property |
|
DataPA OpenAnalytics API Reference
Gets a boolean value that indicates if this group is the default group.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool DefaultGroup { get; }
Public ReadOnly Property DefaultGroup As Boolean
Get
public:
virtual property bool DefaultGroup {
bool get () sealed;
}
function get_DefaultGroup();
Property Value
Type:
BooleanTrue if this is the default group.
Remarks See Also