When true, this addon returns the javascript code necessary to implement this object as ajax.


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

Syntax

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

See Also