FiscalPeriodDataSet.FiscalPeriodsRow.WFISCAL_PERIOD_UID Property
Gets or sets the GUID 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_UID As Guid
Get
Set
'Usage
Dim instance As FiscalPeriodDataSet.FiscalPeriodsRow
Dim value As Guid
value = instance.WFISCAL_PERIOD_UID
instance.WFISCAL_PERIOD_UID = value
public Guid WFISCAL_PERIOD_UID { get; set; }
Property Value
Type: System.Guid
See Also
Reference
FiscalPeriodDataSet.FiscalPeriodsRow Class