Share via


PlanAssignment.ResourceType property

Gets the type of a plan assignment resource.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property ResourceType As EnterpriseResourceType
    Get
'Usage
Dim instance As PlanAssignment
Dim value As EnterpriseResourceType

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

Property value

Type: Microsoft.ProjectServer.Client.EnterpriseResourceType
An enumerated value that represents the resource type.

Remarks

Examples of resource types include BudgetWorkResource, WorkResource, and Cost Resources.

See also

Reference

PlanAssignment class

PlanAssignment members

Microsoft.ProjectServer.Client namespace