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