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

Syntax

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

See Also