Click or drag to resize

IAddress Interface

[This is preliminary documentation and is subject to change.]

Defines physical locations (e.g. postal address)

Namespace:  GHASchema.Classes.Capabilities
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public interface IAddress

The IAddress type exposes the following members.

Properties
  NameDescription
Public propertyAddressExtra
Additional info associated with the address (e.g. room number)
Public propertyCity
City
Public propertyCountry
Country
Public propertyState
State or Province
Public propertyStreetAddress
Street Address including number and street
Public propertyZipCode
Postal code
Top
See Also