Class MapAddResult

Definition

Namespace:
Tizen.Applications.DataControl
Assembly:
Tizen.Applications.DataControl.dll
API Level:
3

This class contains the MapAdd operation result.

C#
Copy
public class MapAddResult
Inheritance
System.Object
MapAddResult

Constructors

View Source

MapAddResult(Boolean)

Initializes the MapAddResult class with the result.

Declaration
C#
Copy
public MapAddResult(bool result)
Parameters
Type Name Description
Boolean result

The MapAdd request result.

API Level: 3

Properties

View Source

Result

Gets the MapAdd operation result.

Declaration
C#
Copy
public bool Result { get; }
Property Value
Type Description
Boolean
API Level: 3