PlanAssignment.FieldValues 屬性
取得已指派的設定值的自訂欄位的集合。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
Public ReadOnly Property FieldValues As Dictionary(Of String, Object)
Get
'用途
Dim instance As PlanAssignment
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。