SPWorkflowExternalDataExchangeService.ParentCollection property

Gets the collection that contains this SPWorkflowExternalDataExchangeService object.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ParentCollection As SPWorkflowExternalDataExchangeServiceCollection
    Get
'Usage
Dim instance As SPWorkflowExternalDataExchangeService
Dim value As SPWorkflowExternalDataExchangeServiceCollection

value = instance.ParentCollection
public SPWorkflowExternalDataExchangeServiceCollection ParentCollection { get; }

Property value

Type: Microsoft.SharePoint.Workflow.SPWorkflowExternalDataExchangeServiceCollection
A collection of SPWorkflowExternalDataExchangeService objects.

See also

Reference

SPWorkflowExternalDataExchangeService class

SPWorkflowExternalDataExchangeService members

Microsoft.SharePoint.Workflow namespace