Share via


CUSTOMER_ADDRESS_TYPE Class

The CUSTOMER_ADDRESS_TYPE class lists the types of customer addresses, used for the addresstypecode field. Please note that although the APIs may accept any value, these are the valid values for this field.

This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.

System.Object
   CUSTOMER_ADDRESS_TYPE

[Visual Basic .NET]
Public Class CUSTOMER_ADDRESS_TYPE
   Inherits System.Object
[C#]
public class CUSTOMER_ADDRESS_TYPE: System.Object
[C++]
public __gc class CUSTOMER_ADDRESS_TYPE: public System.Object

The CUSTOMER_ADDRESS_TYPE class exposes the following integer fields.

Field Value Description
CAT_ACCOUNT 1 The customer address is for an account.
CAT_CONTACT 2 The customer address is for a contact.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.