Gets the 16 bit integer value of the specified property.
.NET Syntax
virtual short GetInt16(string propertyName);
|
Java Syntax
virtual short GetInt16(String propertyName);
|
PHP Syntax
virtual int GetInt16(string propertyName);
|
- Parameters:
-
| propertyName | (String/string) The property name. |
- Returns:
- Returns the 16 bit integer value.
- Exceptions:
-