次の方法で共有


ServiceConfig.TransactionDescription プロパティ

定義

トランザクションの統計情報を表示する場合に使用する名前を取得または設定します。

public:
 property System::String ^ TransactionDescription { System::String ^ get(); void set(System::String ^ value); };
public string TransactionDescription { get; set; }
member this.TransactionDescription : string with get, set
Public Property TransactionDescription As String

プロパティ値

トランザクションの統計情報を表示する場合に使用する名前。 既定値は null です。

注釈

説明が指定されていない場合は、 の TrackingComponentName 値を使用してトランザクションを記述します。

適用対象