Share via


ProfileXmlRetrieve Enumeration

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

Specifies the type of XML data to retrieve from a Profile instance.

Namespace:  Microsoft.CommerceServer.Runtime.Profiles
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Enumeration ProfileXmlRetrieve
'Usage
Dim instance As ProfileXmlRetrieve
public enum ProfileXmlRetrieve
public enum class ProfileXmlRetrieve
public enum ProfileXmlRetrieve

Members

Member name Description
Data Retrieve Data only.
SchemaAndData Retrieve schema and data.
Schema Retrieve schema only.

Remarks

Specifies the XML retrieval options supported by the Profiling System. Allows the user to retrieve schema only, data only, or schema and data.

See Also

Reference

Microsoft.CommerceServer.Runtime.Profiles Namespace