FaultPropagationQueryElement.FaultSourceActivityName Eigenschap

Definitie

Hiermee haalt u de naam op van de activiteit waarmee de fout wordt gegenereerd die wordt gebruikt voor het abonneren op FaultPropagationRecord exemplaren.

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

Waarde van eigenschap

De naam van de activiteit waarop u wilt filteren.

Kenmerken

Opmerkingen

De standaardwaarde is '*' (alle).

Van toepassing op