DraftProject.NumberFiscalYearFromStart property

Gets or sets a value that indicates whether to use the project start year for fiscal year numbering.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property NumberFiscalYearFromStart As Boolean
    Get
    Set
'Usage
Dim instance As DraftProject
Dim value As Boolean

value = instance.NumberFiscalYearFromStart

instance.NumberFiscalYearFromStart = value
[RemoteAttribute]
public bool NumberFiscalYearFromStart { get; set; }

Property value

Type: System.Boolean
True if the project start year is used for fiscal year numbering; otherwise, False.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace