你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Contact Class

Definition

Contact information for domain registration. If 'Domain Privacy' option is not selected then the contact information is made publicly available through the Whois directories as per ICANN requirements.

public class Contact
type Contact = class
Public Class Contact
Inheritance
Contact

Constructors

Contact()

Initializes a new instance of the Contact class.

Contact(String, String, String, String, Address, String, String, String, String)

Initializes a new instance of the Contact class.

Properties

AddressMailing

Gets or sets mailing address.

Email

Gets or sets email address.

Fax

Gets or sets fax number.

JobTitle

Gets or sets job title.

NameFirst

Gets or sets first name.

NameLast

Gets or sets last name.

NameMiddle

Gets or sets middle name.

Organization

Gets or sets organization contact belongs to.

Phone

Gets or sets phone number.

Methods

Validate()

Validate the object.

Applies to