ResourcePlanDataSet.UtilizationRowChangeEvent.Row Property
Specifies the row containing changed data.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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: WebSvcResourcePlan.ResourcePlanDataSet.UtilizationRow
See Also
Reference
ResourcePlanDataSet.UtilizationRowChangeEvent Class