This copy is displayed when the help icon for this addon is clicked.


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

Syntax

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

See Also