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 value to be compared for evaluating whether the workflow activity can continue towards completion.
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property Value As Object
Get
Set
'Usage
Dim instance As WaitForActivity
Dim value As Object
value = instance.Value
instance.Value = value
[BrowsableAttribute(true)]
[ValidationOptionAttribute(ValidationOption.Required)]
public Object Value { get; set; }
Property Value
Type: System.Object
Returns Object.