共用方式為


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

屬性值

字串設定檔名稱。

屬性

備註

追蹤設定檔會篩選工作流程執行階段所產生的特定事件追蹤資料。

適用於