Class TelephoneNumberType
Class for a full telephone number or an international telephone number
Inherited Members
Namespace: Veds
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class TelephoneNumberType : ComplexObjectType
Fields
| Edit this page View SourceFullTelephoneNumber
Contains a full north American numbering plan telephone number. If this field is used then the InternationalTelephoneNumber field must be null.
Declaration
public FullTelephoneNumberType FullTelephoneNumber
Field Value
Type | Description |
---|---|
FullTelephoneNumberType |
InternationalTelephoneNumber
Contains an international telephone number. If this field is used then the FullTelephoneNumber must be null.
Declaration
public InternationalTelephoneNumberType InternationalTelephoneNumber
Field Value
Type | Description |
---|---|
InternationalTelephoneNumberType |