Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
obj
Type: System.ObjectThe result of the coercion function.
Remarks
This override casts the obj to Boolean and assigns it to the value of the ReturnValue property.