Sdílet prostřednictvím


IActivityEdge.Guard – vlastnost

Logický výraz, který určuje, zda lze provázán tohoto okraje.

Obor názvů:  Microsoft.VisualStudio.Uml.Activities
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
Property Guard As String
    Get
    Set
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)

Hodnota vlastnosti

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IActivityEdge Rozhraní

Microsoft.VisualStudio.Uml.Activities – obor názvů