StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_STAT_PERIOD_TYPE Property
Specifies whether the period type for reporting is daily, weekly, monthly, or yearly.
Namespace: WebSvcAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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