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
- eRetrieveEnum
Type: Microsoft.CommerceServer.Interop.Profiles..::.XMLRetrieveEnum
- bAttributeCentric
Type: System..::.Boolean
Return Value
Type: System..::.String
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.