DraftProject.FiscalYearStartMonth property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property FiscalYearStartMonth As Short
Get
Set
'Usage
Dim instance As DraftProject
Dim value As Short
value = instance.FiscalYearStartMonth
instance.FiscalYearStartMonth = value
public short FiscalYearStartMonth { get; set; }
Property value
Type: System.Int16