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