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