다음을 통해 공유


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

속성 값

필터링할 활동의 이름입니다.

특성

설명

기본값은 "*"(모두)입니다.

적용 대상