IObjectNode.IsControlType Property

True if the node should be connected to control flows rather than data flows. The node can be used to specify that one or more control tokens can be buffered.

Namespace:  Microsoft.VisualStudio.Uml.Activities
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property IsControlType As Boolean
bool IsControlType { get; set; }
property bool IsControlType {
    bool get ();
    void set (bool value);
}
abstract IsControlType : bool with get, set
function get IsControlType () : boolean 
function set IsControlType (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IObjectNode Interface

Microsoft.VisualStudio.Uml.Activities Namespace