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

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

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

See Also

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