FiscalPeriodDataSet.FiscalPeriodsRow.WFISCAL_PERIOD_NAME property
Gets or sets a string that represents the name of the fiscal period.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WFISCAL_PERIOD_NAME As String
Get
Set
'Usage
Dim instance As FiscalPeriodDataSet.FiscalPeriodsRow
Dim value As String
value = instance.WFISCAL_PERIOD_NAME
instance.WFISCAL_PERIOD_NAME = value
public string WFISCAL_PERIOD_NAME { get; set; }
Property value
Type: System.String
See also
Reference
FiscalPeriodDataSet.FiscalPeriodsRow class