Indicates whether the end of the list has been reached


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property eol As Boolean
C#
public bool eol { get; }
C++
public property bool eol sealed  {
    bool get();
}
J#
/** property */
public bool get_eol();
JScript
public function get eol() : bool

Property Value

True when the end of the list has been reached, otherwise False is returned

See Also