StatusingDataSet.AssignmentsDataTable.ASSN_SYS_IGNORE_RES_CALColumn property
Defines the column for the ASSN_SYS_IGNORE_RES_CAL field.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property ASSN_SYS_IGNORE_RES_CALColumn As DataColumn
Get
'Usage
Dim instance As StatusingDataSet.AssignmentsDataTable
Dim value As DataColumn
value = instance.ASSN_SYS_IGNORE_RES_CALColumn
public DataColumn ASSN_SYS_IGNORE_RES_CALColumn { get; }
Property value
Type: System.Data.DataColumn
Returns .
See also
Reference
StatusingDataSet.AssignmentsDataTable class