📚 SAP Business One SDK Help

FromXMLString Method
See Also 
bstrXML
Specifies the the XML data.

Specifies the the XML data.

Description

Imports data from an XML string to the object.

Syntax

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

Parameters

bstrXML
Specifies the the XML data.

Specifies the the XML data.

See Also