ContactType Énumération
Définition
Spécifie le type d'un contact.Specifies the type of a contact.
public enum class ContactType
public enum ContactType
type ContactType =
Public Enum ContactType
- Héritage
Champs
Administrative | 3 | Contact d'administration.An administrative contact. |
Billing | 4 | Contact de facturation.A billing contact. |
Other | 5 | Contact dont le type est autre qu'administratif, facturation, prise en charge, moyens techniques, ou non spécifié.A contact with a type other than administrative, billing, support, technical, or unspecified. |
Support | 2 | Contact du support technique.A support contact. |
Technical | 1 | Contact technique.A technical contact. |
Unspecified | 0 | Contact dont le type n'est pas spécifié.A contact with a type that is not specified. |