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 whether to wait.
Namespace: Microsoft.SharePoint.WorkflowServices.Activities
Assembly: Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntax
'Declaration
Public Property Wait As InArgument(Of Boolean)
Get
Set
'Usage
Dim instance As WorkflowInterop
Dim value As InArgument(Of Boolean)
value = instance.Wait
instance.Wait = value
public InArgument<bool> Wait { get; set; }
Property value
Type: System.Activities.InArgument<Boolean>