Public ReadOnly Property FormData() As System.Data.DataTable
Limitations
Read only.
Remarks
The DataTable object allows for a variety of different ways of processing the contained data. For instance, exporting the form data as xml string is as simple as calling the DataTable.WriteXml() method.