FiscalPeriodDataSet.FiscalPeriodsRow.WFISCAL_YEAR Property
Gets or sets an integer that represents the fiscal year.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
Syntax
'Declaration
Public Property WFISCAL_YEAR As Integer
Get
Set
'Usage
Dim instance As FiscalPeriodDataSet.FiscalPeriodsRow
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
FiscalPeriodDataSet.FiscalPeriodsRow Class