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