Documentation
ReadPropertyString
Require: IP-Symcon >= 4.0
string ReadPropertyString (string $Name)
Parameters
Name | Name of the property |
Returns
The value of the property
Description
The function returns the value of the property with the name Name.
Changed values are only available when IPS_ApplyChanges has been called
Example
$this->ReadPropertyString("Username");