AppInitStringBase.WorkflowDependent Property

Gets or sets a value that specifies whether the application is dependent on a workflow.

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As AppInitStringBase
Dim value As Boolean

value = instance.WorkflowDependent

instance.WorkflowDependent = value

Syntax

'Declaration
<DescriptionAttribute("Is application dependent upon workflow?")> _
<BrowsableAttribute(True)> _
<DisplayNameAttribute("Dependent on Workflow")> _
<CategoryAttribute("Common Properties")> _
<DefaultValueAttribute(False)> _
Public Property WorkflowDependent As Boolean
[DescriptionAttribute("Is application dependent upon workflow?")] 
[BrowsableAttribute(true)] 
[DisplayNameAttribute("Dependent on Workflow")] 
[CategoryAttribute("Common Properties")] 
[DefaultValueAttribute(false)] 
public bool WorkflowDependent { get; set; }
[DescriptionAttribute(L"Is application dependent upon workflow?")] 
[BrowsableAttribute(true)] 
[DisplayNameAttribute(L"Dependent on Workflow")] 
[CategoryAttribute(L"Common Properties")] 
[DefaultValueAttribute(false)] 
public:
property bool WorkflowDependent {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_WorkflowDependent ()

/** @property */
public void set_WorkflowDependent (boolean value)
public function get WorkflowDependent () : boolean

public function set WorkflowDependent (value : boolean)

Property Value

Type: Boolean
True if the application is dependent on a workflow; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

AppInitStringBase Class
AppInitStringBase Members
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.