DraftAssignment.Resource property
Gets the resource that is associated with the assignment.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Resource As DraftProjectResource
Get
'Usage
Dim instance As DraftAssignment
Dim value As DraftProjectResource
value = instance.Resource
[RemoteAttribute]
public DraftProjectResource Resource { get; }
Property value
Type: Microsoft.ProjectServer.Client.DraftProjectResource
A DraftProjectResource object.