StatusApprovalDataSet.StatusApprovalsDataTable.RES_NAME_DELEGATEEColumn Property
Defines the column for the RES_NAME_DELEGATEE field.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property RES_NAME_DELEGATEEColumn As DataColumn
Get
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsDataTable
Dim value As DataColumn
value = instance.RES_NAME_DELEGATEEColumn
public DataColumn RES_NAME_DELEGATEEColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
StatusApprovalDataSet.StatusApprovalsDataTable Class