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

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property SectionId As Integer
C#
public abstract int SectionId { get; }
C++
public abstract property int SectionId abstract  {
    int get();
}
J#
/** property */
public int get_SectionId();
JScript
public function get SectionId() : int

See Also