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
Microsoft.SharePoint.Workflow Namespace
Other Resources
Workflows in SharePoint Foundation