Share via


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

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IPin Interface

Microsoft.VisualStudio.Uml.Actions Namespace