Difference between revisions of "NXSL:ManageObject"
Jump to navigation
Jump to search
(Created page with "__NOTOC__ Set object into managed state. Has no effect if object is already in managed state. '''Since:''' 1.2.6 == Syntax == ManageObject(''object''); == Parameters == ...") |
(No difference)
|
Revision as of 20:16, 30 January 2013
Set object into managed state. Has no effect if object is already in managed state.
Since: 1.2.6
Syntax
ManageObject(object);
Parameters
object NetXMS object to be modified. Can be NXSL class NetObj, Node, or Interface. Reference to object can be obtained using FindObject function.
Return Value
None.
Examples
ManageObject(FindObject(2)); // Set "Infrastructure Services" object to managed state