FiscalYearDataSet.FiscalYearsRow.WFISCAL_YEAR property
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