/
Reporting function: GetItemPropertyValue()
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 |
---|---|---|---|
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. |
, multiple selections available,
Related content
Reporting function: GetItemValue()
Reporting function: GetItemValue()
More like this
Reporting function: GetEventPropertyValue()
Reporting function: GetEventPropertyValue()
More like this
nxa.GetValue, nxa.Value
nxa.GetValue, nxa.Value
More like this
nxa.GetPropertyValue, nxa.PropertyValue, nxa.Property
nxa.GetPropertyValue, nxa.PropertyValue, nxa.Property
More like this
nxa.GetItemID , nxa.ItemID
nxa.GetItemID , nxa.ItemID
More like this
nxa.SetPropertyValue , nxa.SetProperty
nxa.SetPropertyValue , nxa.SetProperty
More like this