Class ContactInformationType
Contains contact information
Inherited Members
Namespace: Veds
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class ContactInformationType : ComplexObjectType
  Fields
| Edit this page View SourceContactEmailID
Array of ContactEmailID elements.
Declaration
public @string[] ContactEmailID
  Field Value
| Type | Description | 
|---|---|
| string[] | 
ContactEntityDescriptionText
Describes the contact entity
Declaration
public TextType ContactEntityDescriptionText
  Field Value
| Type | Description | 
|---|---|
| TextType | 
ContactMailingAddress
Array of ContactMailingAddress elements
Declaration
public AddressType[] ContactMailingAddress
  Field Value
| Type | Description | 
|---|---|
| AddressType[] | 
ContactTelephoneNumber
Array of ContactTelephoneNumber elements
Declaration
public TelephoneNumberType[] ContactTelephoneNumber
  Field Value
| Type | Description | 
|---|---|
| TelephoneNumberType[] |