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.

Contains the details of the primary contact information associated with an Amazon Web Services account.

Inheritance Hierarchy

System.Object
  Amazon.Account.Model.ContactInformation

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

Syntax

C#
public class ContactInformation

The ContactInformation type exposes the following members

Constructors

NameDescription
Public Method ContactInformation()

Properties

NameTypeDescription
Public Property AddressLine1 System.String

Gets and sets the property AddressLine1.

The first line of the primary contact address.

Public Property AddressLine2 System.String

Gets and sets the property AddressLine2.

The second line of the primary contact address, if any.

Public Property AddressLine3 System.String

Gets and sets the property AddressLine3.

The third line of the primary contact address, if any.

Public Property City System.String

Gets and sets the property City.

The city of the primary contact address.

Public Property CompanyName System.String

Gets and sets the property CompanyName.

The name of the company associated with the primary contact information, if any.

Public Property CountryCode System.String

Gets and sets the property CountryCode.

The ISO-3166 two-letter country code for the primary contact address.

Public Property DistrictOrCounty System.String

Gets and sets the property DistrictOrCounty.

The district or county of the primary contact address, if any.

Public Property FullName System.String

Gets and sets the property FullName.

The full name of the primary contact address.

Public Property PhoneNumber System.String

Gets and sets the property PhoneNumber.

The phone number of the primary contact information. The number will be validated and, in some countries, checked for activation.

Public Property PostalCode System.String

Gets and sets the property PostalCode.

The postal code of the primary contact address.

Public Property StateOrRegion System.String

Gets and sets the property StateOrRegion.

The state or region of the primary contact address. This field is required in selected countries.

Public Property WebsiteUrl System.String

Gets and sets the property WebsiteUrl.

The URL of the website associated with the primary contact information, if any.

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