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 local resource standard rate.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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
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