Gets the schema information for a data table that is used to share data between two System.Web.UI.WebControls.WebParts.WebPart controls.
Documentation for this section has not yet been entered.
This property provides property information on the data in an System.Web.UI.WebControls.WebParts.IWebPartTable instance. There is an implicit contract between the schema referenced by the IWebPartTable.Schema property and the data in the table. The contract is that for each System.ComponentModel.PropertyDescriptor object in the IWebPartTable.Schema property, you can call System.ComponentModel.PropertyDescriptor.GetValue(object) on an element of the table data to get the value in a column or a row of the table.