UserDelegationDataSet.ResourceDelegationsDataTable.DELEGATE_NAMEColumn property
Defines the column for the DELEGATE_NAME field.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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