Share via


ResourcePlanDataSet.Utilization Property

Gets the information about resource utilization.

Namespace:  [ResourcePlan Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ResourcePlan.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ResourcePlan.asmx?wsdl

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Utilization As ResourcePlanDataSet.UtilizationDataTable
    Get
'Usage
Dim instance As ResourcePlanDataSet
Dim value As ResourcePlanDataSet.UtilizationDataTable

value = instance.Utilization
[BrowsableAttribute(false)]
public ResourcePlanDataSet.UtilizationDataTable Utilization { get; }

Property Value

Type: [ResourcePlan Web service].ResourcePlanDataSet.UtilizationDataTable

See Also

Reference

ResourcePlanDataSet Class

ResourcePlanDataSet Members

ResourcePlan Web Service