IPin.IsControl Property

 

True if this Pin is connected to a control flow. False if it is connected to an object flow.

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

Syntax

bool IsControl { get; set; }
property bool IsControl {
    bool get();
    void set(bool value);
}
abstract IsControl : bool with get, set
Property IsControl As Boolean

Property Value

Type: System.Boolean

See Also

IPin Interface
Microsoft.VisualStudio.Uml.Actions Namespace

Return to top