Gets the Byte value of the specified property.
.NET Syntax
virtual unsigned char GetByte(string propertyName);
|
Java Syntax
virtual signed char GetByte(String propertyName);
|
PHP Syntax
virtual int GetByte(string propertyName);
|
- Parameters:
-
| propertyName | (String/string) The property name. |
- Returns:
- Returns the Byte value.
- Exceptions:
-
| MgInvalidPropertyTypeException. | |