StatusingDataSet.ProjectsDataTable.PROJ_DEF_CALColumn Property
Defines the column for the PROJ_DEF_CAL 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 PROJ_DEF_CALColumn As DataColumn
Get
'Usage
Dim instance As StatusingDataSet.ProjectsDataTable
Dim value As DataColumn
value = instance.PROJ_DEF_CALColumn
public DataColumn PROJ_DEF_CALColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
StatusingDataSet.ProjectsDataTable Class