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

属性值

要筛选的活动名称。

属性

注解

默认值为 "*"(全部)。

适用于