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