Share via


GetXmlSerializable Method

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

Gets an XML proxy object representing the state of the current instance.

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

Syntax

'Declaration
Public Function GetXmlSerializable As ExpressionData
'Usage
Dim instance As LocalExpressionRef
Dim returnValue As ExpressionData

returnValue = instance.GetXmlSerializable()
public ExpressionData GetXmlSerializable()
public:
ExpressionData^ GetXmlSerializable()
public function GetXmlSerializable() : ExpressionData

Return Value

Type: ExpressionData
A ExpressionData containing the state of the current instance.

Remarks

The ExpressionData is the XML serializable version of the data that reflects the state of an Expression object. ExpressionData can be used to be serialized into XML data, which may be used for the Web Service or the Import/ Export process.

Permissions

See Also

Reference

LocalExpressionRef Class

LocalExpressionRef Members

Microsoft.CommerceServer.Marketing Namespace