DataFormWebPart.IWebPartRow.Schema property

Gets the schema information for a data row that is used to share data between two WebPart controls.

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

Syntax

'Declaration
Private ReadOnly Property Schema As PropertyDescriptorCollection
    Implements IWebPartRow.Schema
    Get
'Usage
Dim instance As DataFormWebPart
Dim value As PropertyDescriptorCollection

value = CType(instance, IWebPartRow).Schema
PropertyDescriptorCollectionIWebPartRow.Schema { get; }

Property value

Type: System.ComponentModel.PropertyDescriptorCollection
An object that describes the format of the data.

Implements

IWebPartRow.Schema

Remarks

This member is an explicit interface member implementation. It can be used only when the DataFormWebPart instance is cast to an IWebPartRow interface.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace