Share via


SPWorkflowTemplate.StatusColumn property

True to display a status column for workflow instances based on this workflow template in the user interface.

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

Syntax

'Declaration
Public Property StatusColumn As Boolean
    Get
    Set
'Usage
Dim instance As SPWorkflowTemplate
Dim value As Boolean

value = instance.StatusColumn

instance.StatusColumn = value
public bool StatusColumn { get; set; }

Property value

Type: System.Boolean
A Boolean that represents whether to display the status column.

See also

Reference

SPWorkflowTemplate class

SPWorkflowTemplate 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