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

Retrieves the default value for this property.

[Visual Basic]
Overridable Protected ReadOnly Property DefaultValue As Object
[C#]
protected object DefaultValue {virtual get;}
[C++]
protected: __property virtual Object* get_DefaultValue();
[JScript]
protected function get DefaultValue() : Object;

See Also

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