Assignment.BaselineCostPerUse property

Gets the cost per use of a resource on an assignment, at the time of the project baseline.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property BaselineCostPerUse As Double
    Get
'Usage
Dim instance As Assignment
Dim value As Double

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

Property value

Type: System.Double
The value of the baseline cost per use.

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace