Share via


WorkflowSubscription.Id property

Gets or sets the unique identifier of the workflow subscription for the specified event source.

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

Syntax

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

value = instance.Id

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

Property value

Type: System.Guid
Returns a Guid Id.

See also

Reference

WorkflowSubscription class

WorkflowSubscription members

Microsoft.SharePoint.WorkflowServices namespace