Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the fiscal year.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WFISCAL_YEAR As Integer
Get
Set
'Usage
Dim instance As FiscalYearDataSet.FiscalYearsRow
Dim value As Integer
value = instance.WFISCAL_YEAR
instance.WFISCAL_YEAR = value
public int WFISCAL_YEAR { get; set; }
Property value
Type: System.Int32
See also
Reference
FiscalYearDataSet.FiscalYearsRow class