共用方式為


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.FieldValuesPublishedProject.FieldValues

請參閱

參照

PublishedAssignment 類別

PublishedAssignment 成員

Microsoft.ProjectServer.Client 命名空間