Request.CurrentModule プロパティ

定義

現在の要求が実行されているモジュールの名前を取得します。

public:
 property System::String ^ CurrentModule { System::String ^ get(); };
public string CurrentModule { get; }
member this.CurrentModule : string
Public ReadOnly Property CurrentModule As String

プロパティ値

現在の要求が実行されているモジュールの名前。

適用対象