WorkflowServicesManager.GetWorkflowSubscriptionService method

Retrieves the WorkflowSubscriptionService instance that manages workflow associations.

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

Syntax

'Declaration
<ClientCallableMethodAttribute> _
Public Function GetWorkflowSubscriptionService As WorkflowSubscriptionService
'Usage
Dim instance As WorkflowServicesManager
Dim returnValue As WorkflowSubscriptionService

returnValue = instance.GetWorkflowSubscriptionService()
[ClientCallableMethodAttribute]
public WorkflowSubscriptionService GetWorkflowSubscriptionService()

Return value

Type: Microsoft.SharePoint.WorkflowServices.WorkflowSubscriptionService
Returns a WorkflowSubscriptionService object instance.

See also

Reference

WorkflowServicesManager class

WorkflowServicesManager members

Microsoft.SharePoint.WorkflowServices namespace