Returns the root virtual folder for the application.
Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property ApplicationRoot As String _ Implements IAppContext.ApplicationRoot |
| C# |
|---|
| public string ApplicationRoot { get; } |
| C++ |
|---|
| public property string ApplicationRoot sealed { String get(); } |
| J# |
|---|
| /** property */ public string get_ApplicationRoot(); |
| JScript |
|---|
| public function get ApplicationRoot() : String |