ProjectDataSet.AssignmentDataTable.ASSN_DEMAND_REQColumn Property
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public ReadOnly Property ASSN_DEMAND_REQColumn As DataColumn
Get
'Usage
Dim instance As ProjectDataSet.AssignmentDataTable
Dim value As DataColumn
value = instance.ASSN_DEMAND_REQColumn
public DataColumn ASSN_DEMAND_REQColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ProjectDataSet.AssignmentDataTable Class