The IPropertyInfo type exposes the following members.

Properties

  NameDescription
AsPropertyDescriptor
Gets a PropertyDescriptor representing this property.
AsPropertyInfo
Gets a PropertyInfo representing this property.
Attributes
Gets the attributes for the property.
CanRead
Gets a value indicating whether the property can be read.
CanWrite
Gets a value indicating whether the property can be written to.
Category
Gets the category of the property.
Converter
Gets the type converter for this property.
DeclaringType
Gets the class that declares this property.
Description
Gets the description of the property.
DisplayName
Gets the display name of the property.
IsBrowsable
Gets whether the property should be displayed in the grid.
Name
Gets the name of the property.
PropertyType
Gets the type of this property.

See Also