BrowserFormWebPart.IWebPartRow.Schema property

Gets the schema information for a data row that is used to share data between two [T:HYPERLINK"https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.webparts.aspx"System.Web.UI.WebControls.WebParts.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
PropertyDescriptorCollectionIWebPartRow.Schema { get; }

Property value

Type: System.ComponentModel.PropertyDescriptorCollection
A collection of objects that specify the schema of the data row..

Implements

IWebPartRow.Schema

Remarks

This member is not intended to be used directly from your code. This member is public because of Microsoft ASP.NET infrastructure requirements.

See also

Reference

BrowserFormWebPart class

BrowserFormWebPart members

Microsoft.Office.InfoPath.Server.Controls.WebUI namespace