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