IInteractionUse.HasReference Property
True if the Interaction has a reference to another Interaction. False if the user has not yet defined the detail of this part of the sequence.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
bool HasReference { get; }
property bool HasReference {
bool get();
}
abstract HasReference : bool with get
ReadOnly Property HasReference As Boolean
Property Value
Type: System.Boolean
See Also
IInteractionUse Interface
Microsoft.VisualStudio.Uml.Interactions Namespace
Return to top