Class MapSetResult

    Definition

    Namespace:
    Tizen.Applications.DataControl
    Assembly:
    Tizen.Applications.DataControl.dll

    This class contains the MapSet operation result.

    public class MapSetResult
    Inheritance
    object
    MapSetResult

    Constructors

    View Source

    MapSetResult(bool)

    Initializes the MapSetResult class with the result.

    Declaration
    public MapSetResult(bool result)
    Parameters
    Type Name Description
    bool result

    MapSet request result

    Properties

    View Source

    Result

    Gets the MapSet operation result.

    Declaration
    public bool Result { get; }
    Property Value
    Type Description
    bool
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX