SaveXML Method
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)
Syntax
'Declaration
Public Overridable Function SaveXML ( _
locale As Integer _
) As String
'Usage
Dim instance As SimpleListClass
Dim locale As Integer
Dim returnValue As String
returnValue = instance.SaveXML(locale)
public virtual string SaveXML(
int locale
)
public:
virtual String^ SaveXML(
[InAttribute] int locale
)
public function SaveXML(
locale : int
) : String
Parameters
- locale
Type: System..::.Int32
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.