...
variant GetItemValue(string)
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
itemID | string | M | item ID of the item that shall be queried |
...
Note |
---|
A backslash in the item ID has to be escaped with another backslash character "\". E.g. the item NETx\Server\Version must be written as 'NETx\\Server\\Version'. |
Return
Type | Description |
---|---|
variant | current value of the item |