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
bool IsControlType { get; set; }
property bool IsControlType {
bool get();
void set(bool value);
}
abstract IsControlType : bool with get, set
Property IsControlType As Boolean
Property Value
Type: System.Boolean
See Also
IObjectNode Interface
Microsoft.VisualStudio.Uml.Activities Namespace
Return to top