GroupsCollectionAdminGroup Property |
|
DataPA OpenAnalytics API Reference
Gets the default admin group for this groups collection.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Group AdminGroup { get; }
Public ReadOnly Property AdminGroup As Group
Get
public:
virtual property Group^ AdminGroup {
Group^ get () sealed;
}
function get_AdminGroup();
Return Value
Type:
GroupThe default admin group for this groups collection.
Remarks See Also