次の方法で共有


FaultPropagationQueryElement.FaultHandlerActivityName プロパティ

定義

FaultPropagationRecord インスタンスの定期受信に使用されるエラーを処理するアクティビティの名前を取得または設定します。

public:
 property System::String ^ FaultHandlerActivityName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("faultHandlerActivityName", DefaultValue="*", IsKey=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string FaultHandlerActivityName { get; set; }
[<System.Configuration.ConfigurationProperty("faultHandlerActivityName", DefaultValue="*", IsKey=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.FaultHandlerActivityName : string with get, set
Public Property FaultHandlerActivityName As String

プロパティ値

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

属性

注釈

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

適用対象