Share via


CoerceBooleanActivity.SetReturnValue Method

Sets the value of the ReturnValue property to the result of the coercion.

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

Remarks

This override casts the obj to Boolean and assigns it to the value of the ReturnValue property.

See Also

Reference

CoerceBooleanActivity Class

CoerceBooleanActivity Members

Microsoft.SharePoint.WorkflowActions Namespace