PublishedProjectResource.StandardRate property
Gets the rate of pay per hour for regular, non-overtime work performed by the resource.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property StandardRate As Double
Get
'Usage
Dim instance As PublishedProjectResource
Dim value As Double
value = instance.StandardRate
[RemoteAttribute]
public double StandardRate { get; }
Property value
Type: System.Double
A numerical value that represents the rate of pay.
See also
Reference
PublishedProjectResource class