ProjectDataSet.ProjectRow.PROJ_OPT_FY_USE_START_YR Property

Specifies whether to use the project start year for fiscal year numbering.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property PROJ_OPT_FY_USE_START_YR As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean

value = instance.PROJ_OPT_FY_USE_START_YR

instance.PROJ_OPT_FY_USE_START_YR = value
public bool PROJ_OPT_FY_USE_START_YR { get; set; }

Property Value

Type: System.Boolean
true if the fiscal year numbering starts with the project start year.

Remarks

PROJ_OPT_FY_START_MONTH maps to the Use starting year for FY numbering option in the Calendar tab of the Options dialog box in Microsoft Office Project Professional.

The default value for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is false.

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

WebSvcProject Namespace