customeraddress.addresstypecode Field

banner art

Specifies the type of address for the customer, such as billing, shipping, or primary address.

Syntax

[Visual Basic]
Public Field addresstypecode As Picklist
[C#]
public Picklist addresstypecode;
[JScript]
public var addresstypecode : Picklist;

Remarks

Represents a field of type Picklist.

This field takes one of the CustomerAddressType enumeration values. To obtain this enumeration, you can add the CrmSdkHelpers class to your project. For more information, see Helper Code for CRM Types.

The following table contains additional information about this attribute:

Required No
Application requirement level1 No Constraint
Valid for create Yes
Valid for retrieve Yes
Valid for update Yes
Picklist values1 Bill To
Other
Primary
Ship To
Default value1 None

1 – Customizable. Indicates the value for a default installation.

See Also

© 2007 Microsoft Corporation. All rights reserved.