Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.