ServerSecurityGroups Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the GroupsCollection that represents the groups for the server.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public GroupsCollection Groups { get; set; }
Public Property Groups As GroupsCollection
Get
Set
public:
virtual property GroupsCollection^ Groups {
GroupsCollection^ get () sealed;
void set (GroupsCollection^ value) sealed;
}
function get_Groups();
function set_Groups(value);
Property Value
Type:
GroupsCollectionThe GroupsCollection that represents the groups for the server.
Return Value
Type:
GroupsCollectionThe GroupsCollection that represents the groups for the server.
Remarks See Also