Share via


OrderForm.Dictionary Property (BCL)

The Dictionary property is a read-only IDictionary that gets the underlying IDictionary Interop object.

Definition

[Visual Basic .NET]

Public ReadOnly Property Dictionary As IDictionary

[C#]

public IDictionary Dictionary{get;} 

Property Value

The underlying IDictionary Interop object.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Example Code for the Microsoft.CommerceServer.Runtime.Orders Namespace

Copyright © 2005 Microsoft Corporation.
All rights reserved.