Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

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

Signature

variant GetItemPropertyValue(string,number)

Parameters

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

variant

current value of the item’s property

  • No labels