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!

InheritanceLevel Enumeration

Specifies numeric IDs for different inheritance levels.

[Visual Basic]
Public Enum InheritanceLevel
[C#]
public enum InheritanceLevel
[C++]
public enum InheritanceLevel

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

These numeric IDs are used with the InheritanceAttribute attribute to define various levels of inheritance.

Members

Member Name Description
Inherited Indicates that the object is inherited.
InheritedReadOnly Indicates that the object is inherited, but has private access.
NotInherited Indicates that the object is not inherited.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

System.ComponentModel.Design Namespace | MemberAttribute