CustomField.EntityType property

Gets 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 ReadOnly Property EntityType As EntityType
    Get
'Usage
Dim instance As CustomField
Dim value As EntityType

value = instance.EntityType
[RemoteAttribute]
public EntityType EntityType { get; }

Property value

Type: Microsoft.ProjectServer.Client.EntityType
The entity type.

See also

Reference

CustomField class

CustomField members

Microsoft.ProjectServer.Client namespace