CustomFieldCreationInformation.EntityType property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property EntityType As EntityType
Get
Set
'Usage
Dim instance As CustomFieldCreationInformation
Dim value As EntityType
value = instance.EntityType
instance.EntityType = value
public EntityType EntityType { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.EntityType
See also
Reference
CustomFieldCreationInformation class