FiscalYearDataSet.FiscalYearsDataTable.WFISCAL_PERIOD_START_DATEColumn property
Gets the XML schema of the WFISCAL_PERIOD_START_DATEColumn in the FiscalYearsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property WFISCAL_PERIOD_START_DATEColumn As DataColumn
Get
'Usage
Dim instance As FiscalYearDataSet.FiscalYearsDataTable
Dim value As DataColumn
value = instance.WFISCAL_PERIOD_START_DATEColumn
public DataColumn WFISCAL_PERIOD_START_DATEColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
FiscalYearDataSet.FiscalYearsDataTable class