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!

ComponentDesigner.Inherited

Gets whether or not this component is being inherited.

[Visual Basic]
Protected ReadOnly Property Inherited As Boolean
[C#]
protected bool Inherited {get;}
[C++]
protected: __property bool get_Inherited();
[JScript]
protected function get Inherited() : Boolean;

See Also

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