Share via


TargetUpdateTerritory.Territory Field

banner art

Specifies the territory entity.

Syntax

[Visual Basic .NET]
Public Field Territory As territory
[C#]
public territory Territory;
[JScript]
public var Territory : territory;

Remarks

To update fields in a territory, create an instance of the territory class and set the fields that you wish to update. Only those fields that are set will be updated in the database.

See Also

© 2007 Microsoft Corporation. All rights reserved.