CoerceDurationUnitActivity.SetReturnValue Method
This member overrides CoerceActivity.SetReturnValue(Object).
Namespace: Microsoft.Office.Workflow.Actions
Assembly: Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)
Syntax
'Declaration
Protected Overrides Sub SetReturnValue ( _
obj As Object _
)
'Usage
Dim obj As Object
Me.SetReturnValue(obj)
protected override void SetReturnValue(
Object obj
)
Parameters
- obj
Type: System.Object
See Also
Reference
CoerceDurationUnitActivity Class