WorkflowSubscription.EventSourceId property

Gets or sets the logical source instance name of the event.

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

Syntax

'Declaration
<ClientCallablePropertyAttribute> _
Public Property EventSourceId As Guid
    Get
    Set
'Usage
Dim instance As WorkflowSubscription
Dim value As Guid

value = instance.EventSourceId

instance.EventSourceId = value
[ClientCallablePropertyAttribute]
public Guid EventSourceId { get; set; }

Property value

Type: System.Guid
Returns a Guid representing the event source Id.

Remarks

The recommended pattern is to base this value on the guid that identifies the resource that generates the event.

See also

Reference

WorkflowSubscription class

WorkflowSubscription members

Microsoft.SharePoint.WorkflowServices namespace