Compartilhar via


SPWorkflowExternalDataExchangeService.ParentCollection property

Obtém uma coleção que contém este objeto de SPWorkflowExternalDataExchangeService .

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

Syntax

'Declaração
Public ReadOnly Property ParentCollection As SPWorkflowExternalDataExchangeServiceCollection
    Get
'Uso
Dim instance As SPWorkflowExternalDataExchangeService
Dim value As SPWorkflowExternalDataExchangeServiceCollection

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

Property value

Type: Microsoft.SharePoint.Workflow.SPWorkflowExternalDataExchangeServiceCollection
Uma coleção de objetos SPWorkflowExternalDataExchangeService .

Ver também

Referência

SPWorkflowExternalDataExchangeService class

SPWorkflowExternalDataExchangeService members

Microsoft.SharePoint.Workflow namespace