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