RegisterForSharePointEvent.InterestedEventName property

Gets or sets the name of the SharePoint event for which to listen.

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

Syntax

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

value = instance.InterestedEventName

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

Property value

Type: System.Activities.InArgument<String>

See also

Reference

RegisterForSharePointEvent class

RegisterForSharePointEvent members

Microsoft.SharePoint.WorkflowServices.Activities namespace