ResourceAuthorizationDataSet.GroupMemberships Property
Gets the information about resource group memberships.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
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: [Resource Web service].ResourceAuthorizationDataSet.GroupMembershipsDataTable
See Also
Reference
ResourceAuthorizationDataSet Class