Class MapRemoveResult

    Definition

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

    This class contains the MapRemove operation result.

    public class MapRemoveResult
    Inheritance
    object
    MapRemoveResult

    Constructors

    View Source

    MapRemoveResult(bool)

    Initializes the MapRemoveResult class with the result.

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

    The MapRemove request result.

    Properties

    View Source

    Result

    Gets the MapRemove operation result.

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