Aracılığıyla paylaş


EtwTrackingBehaviorElement.ProfileName Özellik

Tanım

Olay izleme davranışı öğesi için izleme profili adı parametresini alır.

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

Özellik Değeri

String

Bir dize profili adı.

Öznitelikler

Açıklamalar

İzleme profili, iş akışı çalışma zamanının üretmesi için belirli olay izleme verilerini filtreler.

Şunlara uygulanır