Compartir a través de


IInteractionConstraint.GuardText (Propiedad)

Una expresión booleana que determina si la interacción puede continuar.Por ejemplo, ""True"" o ""Amount > 1000"".

Espacio de nombres:  Microsoft.VisualStudio.Uml.Interactions
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

IInteractionConstraint Interfaz

Microsoft.VisualStudio.Uml.Interactions (Espacio de nombres)