Share via


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

See Also

Reference

ILifeline Interface

Microsoft.VisualStudio.Uml.Interactions Namespace