EnterpriseResource.IsBudget-Eigenschaft
Ruft einen booleschen Wert, der angibt, ob eine Enterprise-Ressource um eine Budgetressource handelt.
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; }
Eigenschaftswert
Typ: System.Boolean
True ist die Ressource eine Budgetressource; andernfalls False.