ResourceAuthorizationDataSet.GroupMemberships property
Gets the information about resource group memberships.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property GroupMemberships As ResourceAuthorizationDataSet.GroupMembershipsDataTable
Get
'Usage
Dim instance As ResourceAuthorizationDataSet
Dim value As ResourceAuthorizationDataSet.GroupMembershipsDataTable
value = instance.GroupMemberships
[BrowsableAttribute(false)]
public ResourceAuthorizationDataSet.GroupMembershipsDataTable GroupMemberships { get; }
Property value
Type: WebSvcResource.ResourceAuthorizationDataSet.GroupMembershipsDataTable
See also
Reference
ResourceAuthorizationDataSet class