ContactType 列挙型

定義

連絡先の種類を指定します。

public enum class ContactType
public enum ContactType
type ContactType = 
Public Enum ContactType
継承
ContactType

フィールド

名前 説明
Unspecified 0

指定されていない型を持つ連絡先。

Technical 1

技術的な連絡先。

Support 2

サポート連絡先。

Administrative 3

管理連絡先。

Billing 4

請求先の連絡先。

Other 5

管理、請求、サポート、技術、未指定以外の種類の連絡先。

適用対象