Share via


EntityTypes.TaskEntity property

Gets a task entity type.

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

Syntax

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

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

Property value

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

See also

Reference

EntityTypes class

EntityTypes members

Microsoft.ProjectServer.Client namespace