PublishedProjectResource.CostPerUse property

Gets the cost per use of the resource.

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

Syntax

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

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

Property value

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

See also

Reference

PublishedProjectResource class

PublishedProjectResource members

Microsoft.ProjectServer.Client namespace