AWS SDK Version 2 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.

.NET Framework 4.5
 
ContactDetail includes the following elements.

Inheritance Hierarchy

System.Object
  Amazon.Route53Domains.Model.ContactDetail

Namespace: Amazon.Route53Domains.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ContactDetail : Object

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.

Type: String

Default: None

Constraints: Maximum 255 characters.

Parents: RegistrantContact, AdminContact, TechContact

Required: Yes

Public Property AddressLine2 System.String Gets and sets the property AddressLine2.

Second line of contact's address, if any.

Type: String

Default: None

Constraints: Maximum 255 characters.

Parents: RegistrantContact, AdminContact, TechContact

Required: No

Public Property City System.String Gets and sets the property City.

The city of the contact's address.

Type: String

Default: None

Constraints: Maximum 255 characters.

Parents: RegistrantContact, AdminContact, TechContact

Required: Yes

Public Property ContactType Amazon.Route53Domains.ContactType Gets and sets the property ContactType.

Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON, you must enter an organization name, and you can't enable privacy protection for the contact.

Type: String

Default: None

Constraints: Maximum 255 characters.

Valid values: PERSON | COMPANY | ASSOCIATION | PUBLIC_BODY

Parents: RegistrantContact, AdminContact, TechContact

Required: Yes

Public Property CountryCode Amazon.Route53Domains.CountryCode Gets and sets the property CountryCode.

Code for the country of the contact's address.

Type: String

Default: None

Constraints: Maximum 255 characters.

Parents: RegistrantContact, AdminContact, TechContact

Required: Yes

Public Property Email System.String Gets and sets the property Email.

Email address of the contact.

Type: String

Default: None

Constraints: Maximum 254 characters.

Parents: RegistrantContact, AdminContact, TechContact

Required: Yes

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.

Type: Complex

Default: None

Parents: RegistrantContact, AdminContact, TechContact

Children: Name, Value

Required: No

Public Property Fax System.String Gets and sets the property Fax.

Fax number of the contact.

Type: String

Default: None

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".

Parents: RegistrantContact, AdminContact, TechContact

Required: No

Public Property FirstName System.String Gets and sets the property FirstName.

First name of contact.

Type: String

Default: None

Constraints: Maximum 255 characters.

Parents: RegistrantContact, AdminContact, TechContact

Required: Yes

Public Property LastName System.String Gets and sets the property LastName.

Last name of contact.

Type: String

Default: None

Constraints: Maximum 255 characters.

Parents: RegistrantContact, AdminContact, TechContact

Required: Yes

Public Property OrganizationName System.String Gets and sets the property OrganizationName.

Name of the organization for contact types other than PERSON.

Type: String

Default: None

Constraints: Maximum 255 characters. Contact type must not be PERSON.

Parents: RegistrantContact, AdminContact, TechContact

Required: No

Public Property PhoneNumber System.String Gets and sets the property PhoneNumber.

The phone number of the contact.

Type: String

Default: None

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".

Parents: RegistrantContact, AdminContact, TechContact

Required: Yes

Public Property State System.String Gets and sets the property State.

The state or province of the contact's city.

Type: String

Default: None

Constraints: Maximum 255 characters.

Parents: RegistrantContact, AdminContact, TechContact

Required: No

Public Property ZipCode System.String Gets and sets the property ZipCode.

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

Type: String

Default: None

Constraints: Maximum 255 characters.

Parents: RegistrantContact, AdminContact, TechContact

Required: No

Version Information

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