SPWorkflowExternalDataExchangeService.ParentCollection property
Gets the collection that contains this SPWorkflowExternalDataExchangeService object.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property ParentCollection As SPWorkflowExternalDataExchangeServiceCollection
Get
'Usage
Dim instance As SPWorkflowExternalDataExchangeService
Dim value As SPWorkflowExternalDataExchangeServiceCollection
value = instance.ParentCollection
public SPWorkflowExternalDataExchangeServiceCollection ParentCollection { get; }
Type: Microsoft.SharePoint.Workflow.SPWorkflowExternalDataExchangeServiceCollection
A collection of SPWorkflowExternalDataExchangeService objects.
SPWorkflowExternalDataExchangeService class