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)
'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; }
Type: System.Boolean
A Boolean that represents whether to display the status column.
Microsoft.SharePoint.Workflow namespace
Workflows in Windows SharePoint Services
Workflow Development for Windows SharePoint Services
Workflow Object Model in Windows SharePoint Services Overview