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)
Available in Sandboxed Solutions: No
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