次の方法で共有


ProjectContext.CustomFields プロパティ

Project Web Appのインスタンスでユーザー設定フィールドの定義企業のコレクションを取得します。

名前空間:  Microsoft.ProjectServer.Client
アセンブリ:  Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)

構文

'宣言
Public ReadOnly Property CustomFields As CustomFieldCollection
    Get
'使用
Dim instance As ProjectContext
Dim value As CustomFieldCollection

value = instance.CustomFields
public CustomFieldCollection CustomFields { get; }

プロパティ値

型: Microsoft.ProjectServer.Client.CustomFieldCollection
CustomFieldsオブジェクトのコレクションです。

注釈

プロジェクト、タスク、リソース、および割り当てを含む、多くのエンティティの種類のユーザー設定フィールドの値を設定できます。プロジェクトの各プロジェクトに固有のローカル ユーザー設定フィールドの定義を含めることもできます。

関連項目

参照先

ProjectContext クラス

ProjectContext メンバー

Microsoft.ProjectServer.Client 名前空間