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 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.