ProjectResource.IsBudgeted property
Gets a value that indicates whether the project resource is used for budgeting purposes or is a regular resource.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsBudgeted As Boolean
Get
'Usage
Dim instance As ProjectResource
Dim value As Boolean
value = instance.IsBudgeted
[RemoteAttribute]
public bool IsBudgeted { get; }
Property value
Type: System.Boolean
True if it is the project resource that is used for budgeting purposes; otherwise, False.