ResourcePlan.UtilizationType property

Gets or sets the type of resource utilization for the current resource plan.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property UtilizationType As UtilizationType
    Get
    Set
'Usage
Dim instance As ResourcePlan
Dim value As UtilizationType

value = instance.UtilizationType

instance.UtilizationType = value
[RemoteAttribute]
public UtilizationType UtilizationType { get; set; }

Property value

Type: Microsoft.ProjectServer.Client.UtilizationType
An enumerated value that represents the resource utilization type.

See also

Reference

ResourcePlan class

ResourcePlan members

Microsoft.ProjectServer.Client namespace