Share via


ProjectDataSet.ProjectRow.ProjectOptionDefaultStandardRateFormat property

Specifies the time unit for the standard rate that is stored by the PROJ_OPT_DEF_STD_RATE property.

Namespace:  WebSvcStatusing
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

1 = Minute

2 = Hour

3 = Day

4 = Week

5 = Month

7 = Year

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

ProjectDataSet.ProjectRow members

WebSvcStatusing namespace