NXSL:classof

From NetXMS Wiki
Revision as of 13:13, 22 November 2017 by TatjanaDubrovica (talk | contribs)
Jump to navigation Jump to search

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"