Show / Hide Table of Contents

    Struct Capabilities.WmsContactInformation.ContactAddress

    Information about a contact address for the service.

    Namespace: Mapsui.Desktop.Wms
    Assembly: Mapsui.Desktop.dll
    Syntax
    public struct ContactAddress

    Fields

    | Improve this Doc View Source

    Address

    Contact address

    Declaration
    public string Address
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    AddressType

    Type of address (usually "postal").

    Declaration
    public string AddressType
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    City

    Contact City

    Declaration
    public string City
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Country

    Country of contact address

    Declaration
    public string Country
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    PostCode

    Zipcode of contact

    Declaration
    public string PostCode
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    StateOrProvince

    State or province of contact

    Declaration
    public string StateOrProvince
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX