ProjectDataSet.ProjectRow.PROJ_OPT_FY_USE_START_YR Property
Specifies whether to use the project start year for fiscal year numbering.
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_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
Remarks
True if the fiscal year numbering starts with the project start year; otherwise, false.PROJ_OPT_FY_START_MONTH maps to the Use starting year for FY numbering option on the Calendar tab of the Options dialog box in 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