ProjectServer.CustomFields プロパティ
Project Web Appのインスタンスでユーザー設定フィールドの定義企業のコレクションを取得します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public ReadOnly Property CustomFields As CustomFieldCollection
Get
'使用
Dim instance As ProjectServer
Dim value As CustomFieldCollection
value = instance.CustomFields
[RemoteAttribute]
public CustomFieldCollection CustomFields { get; }
プロパティ値
型: Microsoft.ProjectServer.Client.CustomFieldCollection
CustomFieldオブジェクトのコレクションです。
注釈
プロジェクト、タスク、リソース、および割り当てを含む、多くのエンティティの種類のユーザー設定フィールドの値を設定できます。プロジェクトの各プロジェクトに固有のローカル ユーザー設定フィールドの定義を含めることもできます。