DraftAssignment.FieldValues プロパティ
値の割り当ての設定を持つユーザー設定フィールドのコレクションを取得します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
Public ReadOnly Property FieldValues As Dictionary(Of String, Object)
Get
'使用
Dim instance As DraftAssignment
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を参照してください。