IWebPartField.Schema Property
Assembly: System.Web (in system.web.dll)
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.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.