Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the RunBase itself.
Syntax
public RunBase runBase()
Run On
Client
Return Value
Type: RunBase Class
The RunBase.
Remarks
This method should not usually be overridden. An exception could be to return an inheritance of RunBase to be able to call the methods that only are in this class.
Examples
object genericObj;
if (genericObj.runBase())
{
// ...
}