StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_STAT_PERIOD_TYPE Property
Specifies whether the period type for reporting is daily, weekly, monthly, or yearly.
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 WADMIN_STAT_PERIOD_TYPE As Byte
Get
Set
'Usage
Dim instance As StatusingSettingsDataSet.StatusingSettingsRow
Dim value As Byte
value = instance.WADMIN_STAT_PERIOD_TYPE
instance.WADMIN_STAT_PERIOD_TYPE = value
public byte WADMIN_STAT_PERIOD_TYPE { get; set; }
Property Value
Type: System.Byte
See Also
Reference
StatusingSettingsDataSet.StatusingSettingsRow Class