ProjectDataSet.ProjectRow.PROJ_OPT_DEF_STD_RATE Property
Specifies the local resource standard rate.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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