CustomFieldCreationInformation.EntityType 屬性
取得或設定的自訂欄位的實體 (專案、 任務或資源) 類型。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public Property EntityType As EntityType
Get
Set
'用途
Dim instance As CustomFieldCreationInformation
Dim value As EntityType
value = instance.EntityType
instance.EntityType = value
[RemoteAttribute]
public EntityType EntityType { get; set; }
屬性值
類型:Microsoft.ProjectServer.Client.EntityType
實體類型。
請參閱
參照
CustomFieldCreationInformation 類別