EnterpriseResource.IsBudget property

Gets a Boolean value that indicates whether an enterprise resource is a budget resource.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsBudget As Boolean
    Get
'Usage
Dim instance As EnterpriseResource
Dim value As Boolean

value = instance.IsBudget
[RemoteAttribute]
public bool IsBudget { get; }

Property value

Type: System.Boolean
True if the resource is a budget resource; otherwise, False.

See also

Reference

EnterpriseResource class

EnterpriseResource members

Microsoft.ProjectServer.Client namespace