StatusingDataSet.ProjectsRow.PROJ_OPT_DAYS_PER_MONTH property

Gets the default number of working days per month.

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

Syntax

'Declaration
Public Property PROJ_OPT_DAYS_PER_MONTH As Short
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Short

value = instance.PROJ_OPT_DAYS_PER_MONTH

instance.PROJ_OPT_DAYS_PER_MONTH = value
public short PROJ_OPT_DAYS_PER_MONTH { get; set; }

Property value

Type: System.Int16
The default value is 20.

Remarks

The number of working days per month can be set on the Schedule tab of the Project Options dialog box.

See also

Reference

StatusingDataSet.ProjectsRow class

StatusingDataSet.ProjectsRow members

WebSvcStatusing namespace