Sdílet prostřednictvím


FaultPropagationQueryElement.FaultHandlerActivityName Vlastnost

Definice

Získá nebo nastaví název aktivity, která zpracovává chybu, která se používá k odběru FaultPropagationRecord instancí.

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

Hodnota vlastnosti

Název aktivity, podle které chcete filtrovat.

Atributy

Poznámky

Výchozí hodnota je *(vše).

Platí pro