CRMTerritory Class

The CRMTerritory class contains methods that you can use to manage territories.

There are no properties for this class.

For more information about using XML, see XML Document Object Model

  System.Object

   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.Services.Protocols.WebClientProtocol
            System.Web.Services.Protocols.HttpWebClientProtocol
               System.Web.Services.Protocols.SoapHttpClientProtocol
                  CRMTerritory
[Visual Basic .NET]
Public Class CRMTerritory
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMTerritory : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMTerritory: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMTerritory class exposes the following methods.

Method Description
Create Creates a territory.
CreateAndRetrieve Creates a territory and then retrieves it.
Delete Deletes a territory.
Retrieve Retrieves a territory.
RetrieveByObject Retrieves all territories that are associated with an object (organization).
Update Updates a territory.
UpdateAndRetrieve Updates a territory and then retrieves it.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.