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.