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