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

'Declaration
ReadOnly Property HasReference As Boolean
    Get
bool HasReference { get; }
property bool HasReference {
    bool get ();
}
abstract HasReference : bool
function get HasReference () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IInteractionUse Interface

Microsoft.VisualStudio.Uml.Interactions Namespace