CRMCustomerAddress Class

The CRMCustomerAddress class contains methods that you can use to manage customer addresses for an organization.

There are no properties for this class.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.Services.Protocols.WebClientProtocol
            System.Web.Services.Protocols.HttpWebClientProtocol
               System.Web.Services.Protocols.SoapHttpClientProtocol
                  CRMCustomerAddress

[Visual Basic .NET]
Public Class CRMCustomerAddress
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMCustomerAddress : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMCustomerAddress: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMCustomerAddress class exposes the following methods.

Method Description
Create Creates a customer address.
CreateAndRetrieve Creates a customer address and then retrieves it.
Delete Deletes a customer address.
Retrieve Retrieves a customer address.
RetrieveByObject Retrieves all addresses that are associated with an object (account or contact).
Update Updates a customer address.
UpdateAndRetrieve Updates a customer address and then retrieves it.

Requirements

Namespace: Microsoft.Crm.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.