FaultPropagationQueryElement.FaultHandlerActivityName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定活動的名稱,這個活動會處理用於訂閱 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
屬性值
做為篩選條件的活動名稱。
- 屬性
備註
預設值為 "*" (全部)。