WebAdminViewPathAndFile Property |
Gets the path and file to the HTML file from the site root.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string PathAndFile { get; }
Public ReadOnly Property PathAndFile As String
Get
public:
property String^ PathAndFile {
String^ get ();
}
member PathAndFile : string with get
Property Value
Type:
StringSee Also