Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property AppRootPath As String |
C# |
---|
public abstract string AppRootPath { get; } |
C++ |
---|
public abstract property string AppRootPath abstract { String get(); } |
J# |
---|
/** property */ public string get_AppRootPath(); |
JScript |
---|
public function get AppRootPath() : String |