PublishedAssignment.IsWorkResource property
Gets a value that indicates whether an assignment resource is a work resource or a material resource.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsWorkResource As Boolean
Get
'Usage
Dim instance As PublishedAssignment
Dim value As Boolean
value = instance.IsWorkResource
[RemoteAttribute]
public bool IsWorkResource { get; }
Property value
Type: System.Boolean
True if the resource is a work resource; otherwise, False.