NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyDescriptor Class

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

Remarks

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.]

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

PropertyDescriptor Members | System.ComponentModel Namespace | MemberDescriptor | MemberAttribute | DefaultValueAttribute