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.

ContactDetail includes the following elements.

Inheritance Hierarchy

System.Object
  Amazon.Route53Domains.Model.ContactDetail

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

Syntax

C#
public class ContactDetail

The ContactDetail type exposes the following members

Constructors

NameDescription
Public Method ContactDetail()

Properties

NameTypeDescription
Public Property AddressLine1 System.String

Gets and sets the property AddressLine1.

First line of the contact's address.

Public Property AddressLine2 System.String

Gets and sets the property AddressLine2.

Second line of contact's address, if any.

Public Property City System.String

Gets and sets the property City.

The city of the contact's address.

Public Property ContactType Amazon.Route53Domains.ContactType

Gets and sets the property ContactType.

Indicates whether the contact is a person, company, association, or public organization. Note the following:

  • If you specify a value other than PERSON, you must also specify a value for OrganizationName.

  • For some TLDs, the privacy protection available depends on the value that you specify for Contact Type. For the privacy protection settings for your TLD, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide

  • For .es domains, the value of ContactType must be PERSON for all three contacts.

Public Property CountryCode Amazon.Route53Domains.CountryCode

Gets and sets the property CountryCode.

Code for the country of the contact's address.

Public Property Email System.String

Gets and sets the property Email.

Email address of the contact.

Public Property ExtraParams System.Collections.Generic.List<Amazon.Route53Domains.Model.ExtraParam>

Gets and sets the property ExtraParams.

A list of name-value pairs for parameters required by certain top-level domains.

Public Property Fax System.String

Gets and sets the property Fax.

Fax number of the contact.

Constraints: Phone number must be specified in the format "+[country dialing code].[number including any area code]". For example, a US phone number might appear as "+1.1234567890".

Public Property FirstName System.String

Gets and sets the property FirstName.

First name of contact.

Public Property LastName System.String

Gets and sets the property LastName.

Last name of contact.

Public Property OrganizationName System.String

Gets and sets the property OrganizationName.

Name of the organization for contact types other than PERSON.

Public Property PhoneNumber System.String

Gets and sets the property PhoneNumber.

The phone number of the contact.

Constraints: Phone number must be specified in the format "+[country dialing code].[number including any area code>]". For example, a US phone number might appear as "+1.1234567890".

Public Property State System.String

Gets and sets the property State.

The state or province of the contact's city.

Public Property ZipCode System.String

Gets and sets the property ZipCode.

The zip or postal code of the contact's address.

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