Share via


EntityTypes.AssignmentEntity property

Gets an assignment entity type.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property AssignmentEntity As EntityType
    Get
'Usage
Dim instance As EntityTypes
Dim value As EntityType

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

Property value

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

See also

Reference

EntityTypes class

EntityTypes members

Microsoft.ProjectServer.Client namespace