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 類別