CoerceBooleanActivity.ReturnValue property

Gets or sets the result of the coercion.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property ReturnValue As Boolean
    Get
    Set
'Usage
Dim instance As CoerceBooleanActivity
Dim value As Boolean

value = instance.ReturnValue

instance.ReturnValue = value
[ValidationOptionAttribute(ValidationOption.Required)]
public bool ReturnValue { get; set; }

Property value

Type: System.Boolean
The result of the coercion.

See also

Reference

CoerceBooleanActivity class

CoerceBooleanActivity members

Microsoft.SharePoint.WorkflowActions namespace