NXSL:classof

From NetXMS Wiki
Jump to navigation Jump to search
This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

Returns the class name for given object.


Syntax

classof(object);


Parameters

object Object to get class name for.


Return Value

Object's class name. If parameter passed to this function is not an object, runtime error will be generated.


Examples

classof($node)		->	"Node"