CoerceIntActivity.SetReturnValue Method
Specifies the object to coerce or convert.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.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