Delen via


WaitForActivity.Operator Property

Gets or sets the comparison operator of the field to be updated to evaluate whether the condition is true so that the workflow activity can resume.

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property Operator As String
    Get
    Set
'Usage
Dim instance As WaitForActivity
Dim value As String

value = instance.Operator

instance.Operator = value
[BrowsableAttribute(true)]
[ValidationOptionAttribute(ValidationOption.Optional)]
public string Operator { get; set; }

Property Value

Type: System.String
Returns String.

See Also

Reference

WaitForActivity Class

WaitForActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace