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

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property IsNew As Boolean
C#
public abstract bool IsNew { get; }
C++
public abstract property bool IsNew abstract  {
    bool get();
}
J#
/** property */
public bool get_IsNew();
JScript
public function get IsNew() : bool

See Also