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
'Declaration
Property Guard As String
string Guard { get; set; }
property String^ Guard {
String^ get ();
void set (String^ value);
}
abstract Guard : string with get, set
function get Guard () : String
function set Guard (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.