 | BasicAppSettingsApplicationRootPath property |
The directory in which the application was started as an absolute path.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxpublic string ApplicationRootPath { get; }
Public ReadOnly Property ApplicationRootPath As String
Get
public:
property String^ ApplicationRootPath {
String^ get ();
}
member ApplicationRootPath : string with get
Property value
String
See also