GetProfileXML Method

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

Syntax

'Declaration
Function GetProfileXML ( _
    eRetrieveEnum As XMLRetrieveEnum, _
    bAttributeCentric As Boolean _
) As String
'Usage
Dim instance As IProfileObject
Dim eRetrieveEnum As XMLRetrieveEnum
Dim bAttributeCentric As Boolean
Dim returnValue As String

returnValue = instance.GetProfileXML(eRetrieveEnum, _
    bAttributeCentric)
string GetProfileXML(
    XMLRetrieveEnum eRetrieveEnum,
    bool bAttributeCentric
)
String^ GetProfileXML(
    [InAttribute] XMLRetrieveEnum eRetrieveEnum, 
    [InAttribute] bool bAttributeCentric
)
function GetProfileXML(
    eRetrieveEnum : XMLRetrieveEnum, 
    bAttributeCentric : boolean
) : String

Parameters

Return Value

Type: System..::.String

Permissions

See Also

Reference

IProfileObject Interface

IProfileObject Members

Microsoft.CommerceServer.Interop.Profiles Namespace