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 SourceAddress
Contact address
Declaration
public string Address
Field Value
Type | Description |
---|---|
System.String |
AddressType
Type of address (usually "postal").
Declaration
public string AddressType
Field Value
Type | Description |
---|---|
System.String |
City
Contact City
Declaration
public string City
Field Value
Type | Description |
---|---|
System.String |
Country
Country of contact address
Declaration
public string Country
Field Value
Type | Description |
---|---|
System.String |
PostCode
Zipcode of contact
Declaration
public string PostCode
Field Value
Type | Description |
---|---|
System.String |
StateOrProvince
State or province of contact
Declaration
public string StateOrProvince
Field Value
Type | Description |
---|---|
System.String |