共用方式為


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

屬性值

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

屬性

備註

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

適用於