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)

property String^ GuardText {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Return to top
Show: