PublishedProjectResource.CostAccrual property

Gets a value that represents how and when to charge resource costs to the cost of a task.

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

Syntax

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

value = instance.CostAccrual
[RemoteAttribute]
public AccrueAt CostAccrual { get; }

Property value

Type: Microsoft.ProjectServer.Client.AccrueAt
One of the enumeration values that describes a particular method of charging resource costs to the cost of a task.

See also

Reference

PublishedProjectResource class

PublishedProjectResource members

Microsoft.ProjectServer.Client namespace