다음을 통해 공유


PublishedProject.NumberFiscalYearFromStart property

Gets 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 ReadOnly Property NumberFiscalYearFromStart As Boolean
    Get
'Usage
Dim instance As PublishedProject
Dim value As Boolean

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

Property value

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

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace