SPWorkflowAssociation.ParentAssociationId property

Gets the unique ID of the parent association in the parent content type of the content type of this association.

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

Syntax

'Declaration
Public ReadOnly Property ParentAssociationId As Guid
    Get
'Usage
Dim instance As SPWorkflowAssociation
Dim value As Guid

value = instance.ParentAssociationId
public Guid ParentAssociationId { get; }

Property value

Type: System.Guid
The ID of the parent.

Examples

This property is used when the ContentTypePushDown property is true. It contains the ID of the parent association from which this association was pushed down.

See also

Reference

SPWorkflowAssociation class

SPWorkflowAssociation members

Microsoft.SharePoint.Workflow namespace

Other resources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview