Share via


IConnectorEnd.Role Property

Gets the type of element connected by this end, usually a port, either on the containing component or one of its parts.

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

Syntax

'Declaration
ReadOnly Property Role As IConnectableElement
IConnectableElement Role { get; }
property IConnectableElement^ Role {
    IConnectableElement^ get ();
}
abstract Role : IConnectableElement with get
function get Role () : IConnectableElement

Property Value

Type: Microsoft.VisualStudio.Uml.CompositeStructures.IConnectableElement

.NET Framework Security

See Also

Reference

IConnectorEnd Interface

Microsoft.VisualStudio.Uml.CompositeStructures Namespace