Share via


IInteractionConstraint.GuardText Property

 

A Boolean expression that determines whether the interaction can continue. For example, ""True"" or ""Amount > 1000"".

Namespace:   Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

string GuardText { get; set; }
property String^ GuardText {
    String^ get();
    void set(String^ value);
}
abstract GuardText : string with get, set
Property GuardText As String

Property Value

Type: System.String

See Also

IInteractionConstraint Interface
Microsoft.VisualStudio.Uml.Interactions Namespace

Return to top