次の方法で共有


FaultPropagationQueryElement.FaultSourceActivityName プロパティ

定義

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

プロパティ値

フィルター処理の条件となるアクティビティ名。

属性

注釈

既定値は "*" (すべて) です。

適用対象