ILifeline.Represents Property
If defined, the Interaction describes interactions within the structure of a classifier, and this lifeline represents a specific Part or ConnectableElement.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property Represents As IConnectableElement
IConnectableElement Represents { get; set; }
property IConnectableElement^ Represents {
IConnectableElement^ get ();
void set (IConnectableElement^ value);
}
abstract Represents : IConnectableElement with get, set
function get Represents () : IConnectableElement
function set Represents (value : 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.