IActivityEdge.Guard Property
A Boolean expression that determines whether this edge can be traversed.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
string Guard { get; set; }
property String^ Guard {
String^ get();
void set(String^ value);
}
abstract Guard : string with get, set
Property Guard As String
Property Value
Type: System.String
See Also
IActivityEdge Interface
Microsoft.VisualStudio.Uml.Activities Namespace
Return to top