CRMTerritory Class

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

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
                  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.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.