EtwTrackingBehaviorElement.ProfileName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取事件跟踪行为元素的跟踪配置文件名称参数。
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
属性值
一个字符串配置文件名称。
- 属性
注解
工作流运行时生成的特定事件跟踪数据的跟踪配置文件筛选器。