StatusingDataSet.ProjectsRow.PROJ_OPT_DAYS_PER_MONTH Property
Gets the default number of working days per month.
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 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