Share via


SecurityGroupsDataSet.SecurityGroups property

Gets the information about security groups.

Namespace:  WebSvcSecurity
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property SecurityGroups As SecurityGroupsDataSet.SecurityGroupsDataTable
    Get
'Usage
Dim instance As SecurityGroupsDataSet
Dim value As SecurityGroupsDataSet.SecurityGroupsDataTable

value = instance.SecurityGroups
[BrowsableAttribute(false)]
public SecurityGroupsDataSet.SecurityGroupsDataTable SecurityGroups { get; }

Property value

Type: WebSvcSecurity.SecurityGroupsDataSet.SecurityGroupsDataTable

See also

Reference

SecurityGroupsDataSet class

SecurityGroupsDataSet members

WebSvcSecurity namespace