Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property AppPath As String
C#
public abstract string AppPath { get; }
C++
public abstract property string AppPath abstract  {
    String get();
}
J#
/** property */
public string get_AppPath();
JScript
public function get AppPath() : String

See Also