StatusAssignment.Resource property

Gets the resource that is associated with the status assignment.

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 StatusAssignment
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

StatusAssignment class

StatusAssignment members

Microsoft.ProjectServer.Client namespace