Request.CurrentModule Property

Definition

Gets the name of the module that the current request is executing.

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

Property Value

The name of the module that the current request is executing.

Applies to