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!

InheritanceAttribute.Inherited

Specifies that the component is inherited. This field is read-only.

[Visual Basic]
Public Shared ReadOnly Inherited As InheritanceAttribute
[C#]
public static readonly InheritanceAttribute Inherited;
[C++]
public: static readonly InheritanceAttribute* Inherited;
[JScript]
public static var Inherited : InheritanceAttribute;

See Also

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