DraftTask.FieldValues プロパティ
タスクの設定の値を持つフィールドのコレクションを取得します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
Public ReadOnly Property FieldValues As Dictionary(Of String, Object)
Get
'使用
Dim instance As DraftTask
Dim value As Dictionary(Of String, Object)
value = instance.FieldValues
public Dictionary<string, Object> FieldValues { get; }
プロパティ値
型: System.Collections.Generic.Dictionary<String, Object>
ユーザー設定フィールドの値のセット。
注釈
FieldValuesを使用するコード例は、 DraftProject.FieldValuesおよびPublishedProject.FieldValuesを参照してください。