DataFormWebPart.Schema property

Gets the name/value pairs that are available to be used by clients of the IWebPartRow interface.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected ReadOnly Property Schema As PropertyDescriptorCollection
    Get
'Usage
Dim value As PropertyDescriptorCollection

value = Me.Schema
protected PropertyDescriptorCollection Schema { get; }

Property value

Type: System.ComponentModel.PropertyDescriptorCollection

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace