IMessage.Connector Property
' ~ [0..1] The Connector on which this Message is sent.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property Connector As IConnector
IConnector Connector { get; set; }
property IConnector^ Connector {
IConnector^ get ();
void set (IConnector^ value);
}
abstract Connector : IConnector with get, set
function get Connector () : IConnector
function set Connector (value : IConnector)
Property Value
Type: Microsoft.VisualStudio.Uml.CompositeStructures.IConnector
.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.