Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RegionName property is a read/write String that accesses the value of the region_name field on the underlying Dictionary COM interop object.
Definition
[Visual Basic .NET]
Public Property RegionName As System.String
[C#]
public System.String RegionName{get; set;}
Property Value
This property accesses the region_name field on the underlying Dictionary COM interop object.
Remarks
If the specified key is not set, then the value returned is null.
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Orders
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
Copyright © 2005 Microsoft Corporation.
All rights reserved.