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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.