Share via


DraftProjectResource.StandardRate property

Gets or sets the rate of pay per hour for regular, non-overtime work that is performed by the resource.

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

Syntax

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

value = instance.StandardRate

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

Property value

Type: System.Double
A numerical value that represents the rate of pay.

See also

Reference

DraftProjectResource class

DraftProjectResource members

Microsoft.ProjectServer.Client namespace