Udostępnij za pośrednictwem


FaultPropagationQueryElement.FaultSourceActivityName Właściwość

Definicja

Pobiera lub ustawia nazwę działania, które generuje błąd używany do subskrybowania FaultPropagationRecord wystąpień.

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

Wartość właściwości

Nazwa działania do filtrowania.

Atrybuty

Uwagi

Wartość domyślna to "*" (wszystko).

Dotyczy