CustomField.FieldType プロパティ
ユーザー設定フィールドの種類を取得します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public ReadOnly Property FieldType As CustomFieldType
Get
'使用
Dim instance As CustomField
Dim value As CustomFieldType
value = instance.FieldType
[RemoteAttribute]
public CustomFieldType FieldType { get; }
プロパティ値
型: Microsoft.ProjectServer.Client.CustomFieldType
ユーザー設定フィールドの種類です。
注釈
FieldTypeには、次のユーザー設定フィールドの種類のいずれかを指定できます。 COST、 DATE、 FINISHDATE、 DURATION、 FLAG、 NUMBER、またはTEXT。TEXTのタイプのユーザー設定フィールドのみ、階層型参照テーブルを持つことができます。FLAGのタイプのユーザー設定フィールドの参照テーブルを使用できません。