SPWorkflowExternalDataExchangeService.ParentCollection Property
Gets the collection that contains this SPWorkflowExternalDataExchangeService object.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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