Class MapAddResult
Definition
- Namespace:
- Tizen.Applications.DataControl
- Assembly:
- Tizen.Applications.DataControl.dll
This class contains the MapAdd operation result.
public class MapAddResult
- Inheritance
-
objectMapAddResult
Constructors
View SourceMapAddResult(bool)
Initializes the MapAddResult class with the result.
Declaration
public MapAddResult(bool result)
Parameters
Type | Name | Description |
---|---|---|
bool | result | The MapAdd request result. |
Properties
View SourceResult
Gets the MapAdd operation result.
Declaration
public bool Result { get; }
Property Value
Type | Description |
---|---|
bool |