📚 SAP Business One SDK Help

XmlData Property
See Also 

Description

The XML string representation of the form.

Use this property to load a form from an XML string without calling Application.LoadBatchActions. The values in other properties of FormCreationParams override the values in the XML string.

Property type

Read-write property

Syntax

Visual Basic
Public Property XmlData() As String

See Also