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

Syntax

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

See Also