次の方法で共有


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

プロパティ値

文字列プロファイル名。

属性

注釈

ワークフロー ランタイムが生成する特定のイベント追跡データに対する追跡プロファイル フィルター。

適用対象