ProjectResource.IsBudgeted 屬性
取得一個值,指出是否專案資源使用編列預算的用途或是一般資源。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public ReadOnly Property IsBudgeted As Boolean
Get
'用途
Dim instance As ProjectResource
Dim value As Boolean
value = instance.IsBudgeted
[RemoteAttribute]
public bool IsBudgeted { get; }
屬性值
類型:System.Boolean
True如果它是用於編列預算用途 ; 專案資源否則,請False。