Share via


Basket.SetPropertyOnOrderForms (String, Object) Method (BCL)

Use this method to set the specified property on every order form in the basket.

Definition

[Visual Basic .NET]

Public Sub SetPropertyOnOrderForms( _ByValkeyName As System.String, _
  ByValkeyValue As System.Object _
) 

[C#]

public void SetPropertyOnOrderForms(System.StringkeyName,
  System.ObjectkeyValue);

Parameters

[Visual Basic .NET]

  • keyName
    The name of the property.
  • keyValue
    The value of the property.

[C#]

  • keyName
    The name of the property.
  • keyValue
    The value of the property.

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.