Search Results for

    Show / Hide Table of Contents

    Interface IParameterPair

    A key value pair

    Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IParameterPair

    Properties

    | Improve this Doc View Source

    Key

    Gets or sets the key.

    Declaration
    string Key { get; set; }
    Property Value
    Type Description
    System.String

    The key.

    | Improve this Doc View Source

    Value

    Gets or sets the value.

    Declaration
    string Value { get; set; }
    Property Value
    Type Description
    System.String

    The value.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng