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
IConnectableElement Represents { get; set; }
property IConnectableElement^ Represents {
IConnectableElement^ get();
void set(IConnectableElement^ value);
}
abstract Represents : IConnectableElement with get, set
Property Represents As IConnectableElement
Property Value
Type: Microsoft.VisualStudio.Uml.CompositeStructures.IConnectableElement
See Also
ILifeline Interface
Microsoft.VisualStudio.Uml.Interactions Namespace
Return to top