IWebPartField::Schema Property

 

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

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

property PropertyDescriptor^ Schema {
	PropertyDescriptor^ get();
}

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: