📚 SAP Business One SDK Help

GetAsXML Method
See Also 

Description

Returns the object from XML data, which is stored as string in a buffer.

Syntax

Visual Basic
Public Function GetAsXML() As String

Remarks

You can use this method for development technologies that do not support return value as an Out parameter, such as ASP.

You do not have to set the XMLAsString property of the Company object.

See Also