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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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 SharePoint Foundation

Workflow Development for SharePoint Foundation

Workflow Object Model Overview in SharePoint Foundation