共用方式為


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

屬性值

做為篩選條件的活動名稱。

屬性

備註

預設值為 "*" (全部)。

適用於