Compartilhar via


EtwTrackingBehaviorElement.ProfileName Propriedade

Definição

Obtém o parâmetro do nome de perfil de acompanhamento para o elemento de comportamento de acompanhamento de eventos.

public:
 property System::String ^ ProfileName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("profileName", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
[System.Configuration.StringValidator(MinLength=0)]
public string ProfileName { get; set; }
[<System.Configuration.ConfigurationProperty("profileName", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.ProfileName : string with get, set
Public Property ProfileName As String

Valor da propriedade

String

Um nome de perfil de cadeia de caracteres.

Atributos

Comentários

O perfil de acompanhamento filtra dados de acompanhamento de eventos específicos que o runtime de fluxo de trabalho gera.

Aplica-se a