Condividi tramite


FaultPropagationQueryElement.FaultSourceActivityName Proprietà

Definizione

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

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

L'impostazione predefinita è "*" (tutto).

Si applica a