Compartilhar via


FaultPropagationQueryElement.FaultSourceActivityName Propriedade

Definição

Obtém ou define o nome da atividade que gera a falha que é usada para assinar em instâncias 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

Valor da propriedade

O nome da atividade no qual filtrar.

Atributos

Comentários

O valor padrão é “*” (tudo).

Aplica-se a