PlanAssignment.Resource property

Gets a resource that is part of an organization's entire list of resources and that can be shared across projects.

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

Syntax

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

value = instance.Resource
[RemoteAttribute]
public EnterpriseResource Resource { get; }

Property value

Type: Microsoft.ProjectServer.Client.EnterpriseResource
An EnterpriseResource object.

See also

Reference

PlanAssignment class

PlanAssignment members

Microsoft.ProjectServer.Client namespace