if true, this add-on can be executed as a remote method. The name of the addon is used as the url.


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

Syntax

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

See Also