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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.