MapObject::getProperty()
Retrieves the value of a property with the specified name from the properties list.
Syntax
Java
.getProperty(name)
Parameters
| Name | Data Type | Description |
|---|---|---|
| name | String | the name of the property to retrieve |
Return
String

Retrieves the value of a property with the specified name from the properties list.
.getProperty(name)
| Name | Data Type | Description |
|---|---|---|
| name | String | the name of the property to retrieve |
String