nxa.SetPropertyValue , nxa.SetProperty

Description

This function writes a new value of a property of a server item. If the property is not writable, the function return false.

Signature

bool nxa.SetPropertyValue | nxa.SetProperty (string, string, variant)

Parameters

Name Type Mandatory/Optional Description
stringMitemID of the item that contains the property
stringMpropertyID of the property that shall be written
variantMnew value of the property

Return

Type Description
booltrue when the operation was successful