DraftProject.DefaultStandardRate property

Gets or sets the default standard rate for local resources.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property DefaultStandardRate As Double
    Get
    Set
'Usage
Dim instance As DraftProject
Dim value As Double

value = instance.DefaultStandardRate

instance.DefaultStandardRate = value
[RemoteAttribute]
public double DefaultStandardRate { get; set; }

Property value

Type: System.Double
A numerical value that represents the default standard rate.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace