FiscalPeriodDataSet.FiscalPeriodsRow.WFISCAL_PERIOD_NAME Property
Gets or sets a string that represents the name of the fiscal period.
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_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