Provides a description of a property.
Object
MemberDescriptor
PropertyDescriptor
[Visual Basic] MustInherit Public Class PropertyDescriptor Inherits MemberDescriptor [C#] public abstract class PropertyDescriptor : MemberDescriptor [C++] public __gc __abstract class PropertyDescriptor : public MemberDescriptor [JScript] public abstract class PropertyDescriptor extends MemberDescriptor
A description of a property consists of a name, its attributes, the component class that the property is associated with, and the type of the property.
PropertyDescriptor provides the following properties and methods:
PropertyDescriptor also provides the following abstract (in Visual Basic MustOverride) properties and methods:
Typically, these abstract (MustOverride) members are implemented through reflection.
[Need link to conceptual property topic when created by Vandana.]
[Need link to conceptual reflection topic.]
Namespace: System.ComponentModel
Assembly: System.dll
PropertyDescriptor Members | System.ComponentModel Namespace | MemberDescriptor | MemberAttribute | DefaultValueAttribute