Share via


ToXmlElement Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Returns an XML representation of the search clause conditions.

Namespace:  Microsoft.CommerceServer
Assembly:  Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)

Syntax

'Declaration
Public Function ToXmlElement As XmlElement
'Usage
Dim instance As SearchClause
Dim returnValue As XmlElement

returnValue = instance.ToXmlElement()
public XmlElement ToXmlElement()
public:
XmlElement^ ToXmlElement()
public function ToXmlElement() : XmlElement

Return Value

Type: System.Xml..::.XmlElement
XML representation of the search clause conditions.

Remarks

This XML does not contain the entity name.

Permissions

See Also

Reference

SearchClause Class

SearchClause Members

Microsoft.CommerceServer Namespace