Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the time unit for the standard rate that is stored by the PROJ_OPT_DEF_STD_RATE property.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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
Remarks
Read-only.
1 = Minute
2 = Hour
3 = Day
4 = Week
5 = Month
7 = Year
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