Project.DefaultStandardRateUnits property

Gets the time unit for the default standard rate that is stored by the PublishedProject.DefaultStandardRate property.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property DefaultStandardRateUnits As StandardRateFormat
    Get
'Usage
Dim instance As Project
Dim value As StandardRateFormat

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

Property value

Type: Microsoft.ProjectServer.Client.StandardRateFormat
The time unit for the default standard rate.

See also

Reference

Project class

Project members

Microsoft.ProjectServer.Client namespace