FaultPropagationQueryElement.FaultSourceActivityName Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Namens der Aktivität, die den Fehler generiert, der zum Abonnieren von FaultPropagationRecord Instanzen verwendet wird.

public:
 property System::String ^ FaultSourceActivityName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("faultSourceActivityName", DefaultValue="*", IsKey=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string FaultSourceActivityName { get; set; }
[<System.Configuration.ConfigurationProperty("faultSourceActivityName", DefaultValue="*", IsKey=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.FaultSourceActivityName : string with get, set
Public Property FaultSourceActivityName As String

Eigenschaftswert

Der Aktivitätsname, nach dem gefiltert werden soll.

Attribute

Hinweise

Der Standardwert ist "*" (alle).

Gilt für: