ResourcePlanDataSet.UtilizationRowChangeEvent.Row Property
Specifies the row containing changed data.
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 ReadOnly Property Row As ResourcePlanDataSet.UtilizationRow
Get
'Usage
Dim instance As ResourcePlanDataSet.UtilizationRowChangeEvent
Dim value As ResourcePlanDataSet.UtilizationRow
value = instance.Row
public ResourcePlanDataSet.UtilizationRow Row { get; }
Property Value
Type: [ResourcePlan Web service].ResourcePlanDataSet.UtilizationRow
See Also
Reference
ResourcePlanDataSet.UtilizationRowChangeEvent Class