CustomField.EntityType property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property EntityType As EntityType
Get
'Usage
Dim instance As CustomField
Dim value As EntityType
value = instance.EntityType
public EntityType EntityType { get; }
Property value
Type: Microsoft.ProjectServer.Client.EntityType