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