Share via


DraftProjectResource.CostPerUse property

Gets or sets the cost per use of the resource.

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

Syntax

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

value = instance.CostPerUse

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

Property value

Type: System.Double
A numerical value that represents the cost per use of the resource.

See also

Reference

DraftProjectResource class

DraftProjectResource members

Microsoft.ProjectServer.Client namespace