SetProperty Method
SetProperty(string, string)
Sets a property.
Declaration
public MapStoreOptions SetProperty(string name, string value)
Parameters
string | name | The property name. |
string | value | The property value. |
Returns
MapStoreOptions | This instance. |