Reporting function: GetItemPropertyValue()

Description

Returns the current value of a Server Item’s property.

Signature

variant GetItemPropertyValue(string,number)

Parameters

Name

Type

Mandatory/Optional

Description

Name

Type

Mandatory/Optional

Description

itemID

string

M

ID of the item that shall be queried.

propertyID

number

M

ID of the property that shall be queried.

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'.

Find available property IDs in the Properties panel while the Server Item of interest is selected in the item tree.

Return

Type

Description

Type

Description

variant

Current value of the item’s property.

Â