ProjectDataSet.ProjectRow.PROJ_OPT_DEF_STD_RATE Property

Specifies the local resource standard rate.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property PROJ_OPT_DEF_STD_RATE As Double
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Double

value = instance.PROJ_OPT_DEF_STD_RATE

instance.PROJ_OPT_DEF_STD_RATE = value
public double PROJ_OPT_DEF_STD_RATE { get; set; }

Property Value

Type: System.Double
Standard rate for local working resources.

Remarks

The default value for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is zero (0).

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

WebSvcProject Namespace