FaultPropagationQueryElement.FaultSourceActivityName Property

Definition

Gets or sets the name of the activity that generates the fault that is used to subscribe for FaultPropagationRecord instances.

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

Property Value

The activity name to filter on.

Attributes

Remarks

The default value is "*" (all).

Applies to