TryCatch.Finally Proprietà

Definizione

Attività da eseguire quando Try e le eventuali attività necessarie nella raccolta completano l'esecuzione Catches .

public:
 property System::Activities::Activity ^ Finally { System::Activities::Activity ^ get(); void set(System::Activities::Activity ^ value); };
[System.Windows.Markup.DependsOn("Catches")]
public System.Activities.Activity Finally { get; set; }
[<System.Windows.Markup.DependsOn("Catches")>]
member this.Finally : System.Activities.Activity with get, set
Public Property Finally As Activity

Valore della proprietà

Attività che rappresenta la Finally logica.

Attributi

Si applica a