📚 SAP Business One SDK Help

FromXMLString Method
See Also 
bstrXML

Specifies the the XML string.

Description

Imports data from XML string to the object.

Syntax

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

Parameters

bstrXML

Specifies the the XML string.

See Also