Search Results for

    Show / Hide Table of Contents

    Interface INameStringPair

    Represents a name-value pair

    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface INameStringPair

    Properties

    | Improve this Doc View Source

    Name

    Gets or set the name

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Value

    Gets or sets the value

    Declaration
    string Value { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng