StatusingDataSet.ProjectsDataTable.PROJ_OPT_MINUTES_PER_WEEKColumn property

Defines the column for the PROJ_OPT_MINUTES_PER_WEEK field.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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
A DataColumn object for the field.

See also

Reference

StatusingDataSet.ProjectsDataTable class

StatusingDataSet.ProjectsDataTable members

WebSvcStatusing namespace