Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the site collection on which the workflow association collection resides.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property ParentSite As SPSite
Get
'Usage
Dim instance As SPWorkflowAssociationCollection
Dim value As SPSite
value = instance.ParentSite
public SPSite ParentSite { get; }
Property Value
Type: Microsoft.SharePoint.SPSite
A SPSite object that represents the site collection.
See Also
Reference
SPWorkflowAssociationCollection Class