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

属性值

要筛选的活动名称。

属性

注解

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

适用于