AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A validated address.

Inheritance Hierarchy

System.Object
  Amazon.Chime.Model.Address

Namespace: Amazon.Chime.Model
Assembly: AWSSDK.Chime.dll
Version: 3.x.y.z

Syntax

C#
public class Address

The Address type exposes the following members

Constructors

NameDescription
Public Method Address()

Properties

NameTypeDescription
Public Property City System.String

Gets and sets the property City.

The city of an address.

Public Property Country System.String

Gets and sets the property Country.

The country of an address.

Public Property PostalCode System.String

Gets and sets the property PostalCode.

The postal code of an address.

Public Property PostalCodePlus4 System.String

Gets and sets the property PostalCodePlus4.

The Zip + 4 or postal code + 4 of an address.

Public Property PostDirectional System.String

Gets and sets the property PostDirectional.

An address suffix location, such as the S. Unit A in Central Park S. Unit A.

Public Property PreDirectional System.String

Gets and sets the property PreDirectional.

An address prefix location, such as the N in N. Third St..

Public Property State System.String

Gets and sets the property State.

The state of an address.

Public Property StreetName System.String

Gets and sets the property StreetName.

The address street, such as 8th Avenue.

Public Property StreetNumber System.String

Gets and sets the property StreetNumber.

The numeric portion of an address.

Public Property StreetSuffix System.String

Gets and sets the property StreetSuffix.

The address suffix, such as the N in 8th Avenue N.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5