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.
Returns the schema of the filter, using the ParameterName as the Name, and string as the type.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private ReadOnly Property Schema As PropertyDescriptor
Implements IWebPartField.Schema
Get
'Usage
Dim instance As TransformableFilterValuesToFieldTransformer
Dim value As PropertyDescriptor
value = CType(instance, IWebPartField).Schema
PropertyDescriptorIWebPartField.Schema { get; }
Property value
Type: System.ComponentModel.PropertyDescriptor
Implements
See also
Reference
TransformableFilterValuesToFieldTransformer class