ProjectDataSet.ProjectRow.ProjectOptionDefaultStandardRateFormat Property
Specifies the time unit for the standard rate stored by the PROJ_OPT_DEF_STD_RATE property.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property ProjectOptionDefaultStandardRateFormat As Short
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Short
value = instance.ProjectOptionDefaultStandardRateFormat
instance.ProjectOptionDefaultStandardRateFormat = value
public short ProjectOptionDefaultStandardRateFormat { get; set; }
Property Value
Type: System.Int16
1 = Minute
2 = Hour
3 = Day
4 = Week
5 = Month
7 = Year
Remarks
Read-only. The enterprise global template determines the standard rate unit for new projects. If there is no enterprise global template, the default is 2 (hour), for example $40/hour.
See Also
Reference
ProjectDataSet.ProjectRow Class