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

When overridden in a derived class, gets the type of the property.

[Visual Basic]
MustOverride Public ReadOnly Property PropertyType As Type
[C#]
public Type PropertyType {abstract get;}
[C++]
public: __property virtual Type* get_PropertyType() = 0;
[JScript]
public abstract function get PropertyType() : Type;

Property Value

A Type that represents the type of the property.

Remarks

Typically, this property is implemented through reflection.

See Also

PropertyDescriptor Class | PropertyDescriptor Members | System.ComponentModel Namespace