Share via


WaitForCustomEvent.EventName property

Gets or sets the name of the custom workflow event for which to wait.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property EventName As InArgument(Of String)
    Get
    Set
'Usage
Dim instance As WaitForCustomEvent
Dim value As InArgument(Of String)

value = instance.EventName

instance.EventName = value
[RequiredArgumentAttribute]
public InArgument<string> EventName { get; set; }

Property value

Type: System.Activities.InArgument<String>

See also

Reference

WaitForCustomEvent class

WaitForCustomEvent members

Microsoft.SharePoint.WorkflowServices.Activities namespace