RequestAsyncApplicationPath Property
IT Hit WebDAV Classes Reference
Gets virtual application root path on the server.
Namespace:
ITHit.Server
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax public abstract string ApplicationPath { get; }
Public MustOverride ReadOnly Property ApplicationPath As String
Get
public:
virtual property String^ ApplicationPath {
String^ get () abstract;
}
abstract ApplicationPath : string with get
Property Value
Type:
String
The virtual path of the current application.
See Also