UserDelegationDataSet.ResourceDelegations property
Gets the information about user resource delegations.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ResourceDelegations As UserDelegationDataSet.ResourceDelegationsDataTable
Get
'Usage
Dim instance As UserDelegationDataSet
Dim value As UserDelegationDataSet.ResourceDelegationsDataTable
value = instance.ResourceDelegations
[BrowsableAttribute(false)]
public UserDelegationDataSet.ResourceDelegationsDataTable ResourceDelegations { get; }
Property value
Type: WebSvcResource.UserDelegationDataSet.ResourceDelegationsDataTable