This documentation is archived and is not being maintained.
InheritanceOption Enumeration
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Indicates whether to create a new context based on the current context or on the information in ServiceConfig.
[Visual Basic] <Serializable> <ComVisible(False)> Public Enum InheritanceOption [C#] [Serializable] [ComVisible(false)] public enum InheritanceOption [C++] [Serializable] [ComVisible(false)] __value public enum InheritanceOption [JScript] public Serializable ComVisible(false) enum InheritanceOption
Remarks
InheritanceOption is used for the value of Inheritance.
Members
| Member name | Description |
|---|---|
| Ignore | The new context is created from the default context. |
| Inherit | The new context is created from the existing context. Inherit is the default value for Inheritance. |
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
Show: