CoerceDoubleActivity.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 Double
    Get
    Set
'Usage
Dim instance As CoerceDoubleActivity
Dim value As Double

value = instance.ReturnValue

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

Property Value

Type: System.Double
The result of the coercion.

See Also

Reference

CoerceDoubleActivity Class

CoerceDoubleActivity Members

Microsoft.SharePoint.WorkflowActions Namespace