Share via


SPWorkflow.VisibleParentItem property

Gets a value that represents whether the item the workflow is running on is visible.

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

Syntax

'Declaration
Public ReadOnly Property VisibleParentItem As Boolean
    Get
'Usage
Dim instance As SPWorkflow
Dim value As Boolean

value = instance.VisibleParentItem
public bool VisibleParentItem { get; }

Property value

Type: System.Boolean
true if the workflow has a visible parent item; otherwise, false.

Remarks

The caller should treat the VisibleParentItem parameter as read-only.

See also

Reference

SPWorkflow class

SPWorkflow 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