Share via


CoerceActivity.Value Property

Gets or sets the object to be coerced to the object of other types.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.None)> _
Public Property Value As Object
    Get
    Set
'Usage
Dim instance As CoerceActivity
Dim value As Object

value = instance.Value

instance.Value = value
[ValidationOptionAttribute(ValidationOption.None)]
public Object Value { get; set; }

Property Value

Type: System.Object
The object to be coerced to the object of other types.

See Also

Reference

CoerceActivity Class

CoerceActivity Members

Microsoft.SharePoint.WorkflowActions Namespace