Documentation
ReadAttributeString
Require: IP-Symcon >= 5.1
string ReadAttributeString (string $Name)
Parameters
Name | Name of the attribute |
Returns
The value of the attribute
Description
The function returns the value of the attribute named Name.
This function cannot be called in the Create method
Changed values, as opposed to properties, are available immediately
Example
$this->ReadAttributeString("Token");