Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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
Remarks
This member is an explicit interface member implementation. It can be used only when the DataFormWebPart instance is cast to an IWebPartRow interface.