Profile.GetXml (ProfileXmlRetrieve, ProfileXmlFormat) Method (BCL)

Use this method to retrieve the XML representation for this profile object in the specified format.

Definition

[Visual Basic .NET]

Public Function GetXml( _ByValxmlRetrieve As ProfileXmlRetrieve, _
  ByValxmlFormat As ProfileXmlFormat _
) As System.String

[C#]

public System.String GetXml(ProfileXmlRetrievexmlRetrieve,
  ProfileXmlFormatxmlFormat);

Parameters

[Visual Basic .NET]

  • xmlRetrieve
    The ProfileXmlRetrieve object.
  • xmlFormat
    The ProfileXmlFormat object.

[C#]

  • xmlRetrieve
    The ProfileXmlRetrieve object.
  • xmlFormat
    The ProfileXmlFormat object.

Return Value

A System.String object containing the XML data.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.