BrowserFormWebPart.IWebPartRow.Schema Property
Gets the schema information for a data row that is used to share data between two WebPart controls.
Namespace: Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Private ReadOnly Property Schema As PropertyDescriptorCollection
Implements IWebPartRow.Schema
Get
'Usage
Dim instance As BrowserFormWebPart
Dim value As PropertyDescriptorCollection
value = CType(instance, IWebPartRow).Schema
PropertyDescriptorCollection IWebPartRow.Schema { get; }
Property Value
Type: System.ComponentModel.PropertyDescriptorCollection
A collection of objects that specify the schema of the data row..
Implements
Remarks
This member is not intended to be used directly from your code. This member is public because of Microsoft ASP.NET infrastructure requirements.