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