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