DraftAssignment.IsWorkResource property
Gets or sets 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 Property IsWorkResource As Boolean
Get
Set
'Usage
Dim instance As DraftAssignment
Dim value As Boolean
value = instance.IsWorkResource
instance.IsWorkResource = value
[RemoteAttribute]
public bool IsWorkResource { get; set; }
Property value
Type: System.Boolean
True if the resource is a work resource; otherwise, False.