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