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

Gets or sets the inheritance attribute for this component.

[Visual Basic]
Protected ReadOnly Property InheritanceAttribute As _
   InheritanceAttribute
[C#]
protected InheritanceAttribute InheritanceAttribute {get;}
[C++]
protected: __property InheritanceAttribute*
   get_InheritanceAttribute();
[JScript]
protected function get InheritanceAttribute() :
   InheritanceAttribute;

See Also

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