UserDelegationDataSet.ResourceDelegationsDataTable.DELEGATE_NAMEColumn property
Define a coluna para o campo DELEGATE_NAME .
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public ReadOnly Property DELEGATE_NAMEColumn As DataColumn
Get
'Uso
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