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