EtwTrackingBehaviorElement.ProfileName 属性

定义

获取事件跟踪行为元素的跟踪配置文件名称参数。

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

属性值

String

一个字符串配置文件名称。

属性

注解

工作流运行时生成的特定事件跟踪数据的跟踪配置文件筛选器。

适用于