IWebPartField::Schema Property
Gets the schema information for a data field that is used to share data between two WebPart controls.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.ComponentModel::PropertyDescriptor^A PropertyDescriptor that describes the schema information for the data field.
This property provides property information for the data passed by the interface. Transformer and consumer controls can query this property to get information about the type, contents, and other details of the field contained in the IWebPartField interface instance sent by a provider.
The following code example shows the implementation and use of the Schema property. The complete example is shown in the class overview for the IWebPartField interface. The provider control implements the Schema property. Then, in its GetFieldValue method, it uses the property to retrieve the field value.
Available since 2.0