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 类