GetProfileXML Method
Namespace: Microsoft.CommerceServer.Interop.Profiles
Assembly: Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)
Syntax
'Declaration
Public Overridable Function GetProfileXML ( _
eRetrieveEnum As XMLRetrieveEnum, _
bAttributeCentric As Boolean _
) As String
'Usage
Dim instance As ProfileObjectClass
Dim eRetrieveEnum As XMLRetrieveEnum
Dim bAttributeCentric As Boolean
Dim returnValue As String
returnValue = instance.GetProfileXML(eRetrieveEnum, _
bAttributeCentric)
public virtual string GetProfileXML(
XMLRetrieveEnum eRetrieveEnum,
bool bAttributeCentric
)
public:
virtual String^ GetProfileXML(
[InAttribute] XMLRetrieveEnum eRetrieveEnum,
[InAttribute] bool bAttributeCentric
)
public function GetProfileXML(
eRetrieveEnum : XMLRetrieveEnum,
bAttributeCentric : boolean
) : String
Parameters
- eRetrieveEnum
Type: Microsoft.CommerceServer.Interop.Profiles..::.XMLRetrieveEnum
- bAttributeCentric
Type: System..::.Boolean
Return Value
Type: System..::.String
Implements
IProfileObject2..::.GetProfileXML(XMLRetrieveEnum, Boolean)
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.