The type of navigator entry to be made. Choices are: Add-on,Report,Setting,Tool


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

Syntax

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

See Also