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
屬性值
字串設定檔名稱。
- 屬性
備註
追蹤設定檔會篩選工作流程執行階段所產生的特定事件追蹤資料。