📚 SAP Business One SDK Help

FromXMLString Method
See Also 
bstrXML

The XML from which to retrieve the object's data.

Description

Sets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Syntax

Visual Basic
Public Sub FromXMLString( _
   ByVal bstrXML As String _
) 

Parameters

bstrXML

The XML from which to retrieve the object's data.

See Also