ResourcePlanDataSet.UtilizationRow.RESPLAN_UTILIZATION_TYPE Property
Specifies the type of resource use for the current resource plan.
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
Public Property RESPLAN_UTILIZATION_TYPE As Integer
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.UtilizationRow
Dim value As Integer
value = instance.RESPLAN_UTILIZATION_TYPE
instance.RESPLAN_UTILIZATION_TYPE = value
public int RESPLAN_UTILIZATION_TYPE { get; set; }
Property Value
Type: System.Int32
See Also
Reference
ResourcePlanDataSet.UtilizationRow Class