Share via


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

See Also

Reference

IActivityEdge Interface

Microsoft.VisualStudio.Uml.Activities Namespace