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

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IInteractionConstraint Interface

Microsoft.VisualStudio.Uml.Interactions Namespace