WorkflowSubscription.StatusColumnCreated property

Indicates whether the status column has been created.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
Public Property StatusColumnCreated As Boolean
    Get
    Set
'Usage
Dim instance As WorkflowSubscription
Dim value As Boolean

value = instance.StatusColumnCreated

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

Property value

Type: System.Boolean
Returns true if the status column has been created; otherwise returns false.

See also

Reference

WorkflowSubscription class

WorkflowSubscription members

Microsoft.SharePoint.WorkflowServices namespace