WorkflowDataSet.WorkflowAssociationRowChangeEvent.Row property
Specifies the row containing changed data.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Row As WorkflowDataSet.WorkflowAssociationRow
Get
'Usage
Dim instance As WorkflowDataSet.WorkflowAssociationRowChangeEvent
Dim value As WorkflowDataSet.WorkflowAssociationRow
value = instance.Row
public WorkflowDataSet.WorkflowAssociationRow Row { get; }
Property value
Type: WebSvcWorkflow.WorkflowDataSet.WorkflowAssociationRow
Returns WorkflowDataSet.WorkflowAssociationRow.
See also
Reference
WorkflowDataSet.WorkflowAssociationRowChangeEvent class