ProjectDataSet.AssignmentDataTable.ASSN_ACT_OVT_COSTColumn property
Defines the column for the ASSN_ACT_OVT_COST field.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property ASSN_ACT_OVT_COSTColumn As DataColumn
Get
'Usage
Dim instance As ProjectDataSet.AssignmentDataTable
Dim value As DataColumn
value = instance.ASSN_ACT_OVT_COSTColumn
public DataColumn ASSN_ACT_OVT_COSTColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
ProjectDataSet.AssignmentDataTable class