CustomFieldCreationInformation.EntityType property
Gets or sets the type of entity (project, task, or resource) for the custom field.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property EntityType As EntityType
Get
Set
'Usage
Dim instance As CustomFieldCreationInformation
Dim value As EntityType
value = instance.EntityType
instance.EntityType = value
[RemoteAttribute]
public EntityType EntityType { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.EntityType
The entity type.
See also
Reference
CustomFieldCreationInformation class