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