Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
IConnectableElement Role { get; }
property IConnectableElement^ Role {
IConnectableElement^ get ();
}
abstract Role : IConnectableElement
function get Role () : IConnectableElement
Property Value
Type: Microsoft.VisualStudio.Uml.CompositeStructures.IConnectableElement
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.