Share via


OrderGroup.Xml Property (BCL)

The Xml property is a read/write String that retrieves and sets the XML persistence format of the order group instance.

Definition

[Visual Basic .NET]

Public Property Xml As System.String

[C#]

public System.String Xml{get; set;} 

Property Value

The XML persistence format of the order group instance.

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.