The GetObjectParam method returns the value of the specified parameter of the system object at the moment of method invocation.
Syntax for method invocation:
function GetObjectParam(objtype : String, id : String, param : String) : String |
Method arguments:
Example. See the example in The SetObjectParam method.