Delen via


WaitForActivity.Value Property

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.

See Also

Reference

WaitForActivity Class

WaitForActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace