Share via


ResourcePlan.UtilizationDate property

Gets or sets the date and time 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 UtilizationDate As DateTime
    Get
    Set
'Usage
Dim instance As ResourcePlan
Dim value As DateTime

value = instance.UtilizationDate

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

Property value

Type: System.DateTime
The utilization date.

See also

Reference

ResourcePlan class

ResourcePlan members

Microsoft.ProjectServer.Client namespace