Sdílet prostřednictvím


FaultPropagationQueryElement.FaultSourceActivityName Vlastnost

Definice

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

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

Hodnota vlastnosti

Název aktivity, podle které chcete filtrovat.

Atributy

Poznámky

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

Platí pro