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

Syntax

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

See Also