EnterpriseResource.CostAccrual property

Gets or sets a value that represents how and when to charge enterprise 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 Property CostAccrual As AccrueAt
    Get
    Set
'Usage
Dim instance As EnterpriseResource
Dim value As AccrueAt

value = instance.CostAccrual

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

Property value

Type: Microsoft.ProjectServer.Client.AccrueAt
An enumerated value that represents a particular procedure for charging enterprise resource costs.

See also

Reference

EnterpriseResource class

EnterpriseResource members

Microsoft.ProjectServer.Client namespace