CoerceIntActivity.ReturnValue property
Returns the converted object as a Int32.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property ReturnValue As Integer
Get
Set
'Usage
Dim instance As CoerceIntActivity
Dim value As Integer
value = instance.ReturnValue
instance.ReturnValue = value
[ValidationOptionAttribute(ValidationOption.Required)]
public int ReturnValue { get; set; }
Property value
Type: System.Int32
Returns Int32.