UserDelegationDataSet.ResourceDelegationsDataTable.DELEGATE_UIDColumn Property
Defines the column for the DELEGATE_UID field.
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
Public ReadOnly Property DELEGATE_UIDColumn As DataColumn
Get
'Usage
Dim instance As UserDelegationDataSet.ResourceDelegationsDataTable
Dim value As DataColumn
value = instance.DELEGATE_UIDColumn
public DataColumn DELEGATE_UIDColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
UserDelegationDataSet.ResourceDelegationsDataTable Class