PublishedProjectResource.StandardRateUnits property
Gets 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 ReadOnly Property StandardRateUnits As StandardRateFormat
Get
'Usage
Dim instance As PublishedProjectResource
Dim value As StandardRateFormat
value = instance.StandardRateUnits
[RemoteAttribute]
public StandardRateFormat StandardRateUnits { get; }
Property value
Type: Microsoft.ProjectServer.Client.StandardRateFormat
A numerical value that represents the rate description format.
See also
Reference
PublishedProjectResource class