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!

InheritedPropertyDescriptor.PropertyType

Retrieves the type of the property.

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

Property Value

type of property.

See Also

InheritedPropertyDescriptor Class | InheritedPropertyDescriptor Members | System.ComponentModel.Design Namespace | PropertyDescriptor