FaultPropagationQueryElement.FaultSourceActivityName Proprietà

Definizione

Ottiene o imposta il nome dell'attività che genera l'errore utilizzato per sottoscrivere FaultPropagationRecord le istanze.

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

Valore della proprietà

Nome dell'attività da filtrare.

Attributi

Commenti

Il valore predefinito è "*" (tutti).

Si applica a