Class MapSetResult

Definition

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

This class contains the MapSet operation result.

C#
Copy
public class MapSetResult
Inheritance
System.Object
MapSetResult

Constructors

View Source

MapSetResult(Boolean)

Initializes the MapSetResult class with the result.

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

MapSet request result

API Level: 3

Properties

View Source

Result

Gets the MapSet operation result.

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