Partager via


IInteractionConstraint.GuardText, propriété

Expression booléenne qui détermine si l'interaction peut continuer.Par exemple, "True" ou "Montant > 1000".

Espace de noms :  Microsoft.VisualStudio.Uml.Interactions
Assembly :  Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

IInteractionConstraint Interface

Microsoft.VisualStudio.Uml.Interactions, espace de noms