This documentation is archived and is not being maintained.
InheritanceLevel Enumeration
.NET Framework 1.1
Defines identifiers for types of inheritance levels.
[Visual Basic] <Serializable> Public Enum InheritanceLevel [C#] [Serializable] public enum InheritanceLevel [C++] [Serializable] __value public enum InheritanceLevel [JScript] public Serializable enum InheritanceLevel
Remarks
InheritanceLevel defines identifiers for numeric IDs that are used with the InheritanceAttribute attribute to indicate various levels of inheritance.
Members
| Member name | Description |
|---|---|
| Inherited | The object is inherited. |
| InheritedReadOnly | The object is inherited, but has read-only access. |
| NotInherited | The object is not inherited. |
Requirements
Namespace: System.ComponentModel
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
Show: