DraftProjectResource.StandardRateUnits property

Gets or sets the rate description format in which the standard rate is displayed.

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

Syntax

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

value = instance.StandardRateUnits

instance.StandardRateUnits = value
[RemoteAttribute]
public StandardRateFormat StandardRateUnits { get; set; }

Property value

Type: Microsoft.ProjectServer.Client.StandardRateFormat
A numerical value that represents the rate description format.

See also

Reference

DraftProjectResource class

DraftProjectResource members

Microsoft.ProjectServer.Client namespace