Gets the Boolean value of the specified property.
.NET Syntax
virtual bool GetBoolean(string propertyName);
|
Java Syntax
virtual boolean GetBoolean(String propertyName);
|
PHP Syntax
virtual bool GetBoolean(string propertyName);
|
- Parameters:
-
| propertyName | (String/string) The property name. |
- Returns:
- Returns the Boolean value.
- Exceptions:
-
| MgInvalidPropertyTypeException. | |