InheritanceOption Enumeration
.NET Framework (current version)
Indicates whether to create a new context based on the current context or on the information in ServiceConfig.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| 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. |
InheritanceOption is used for the value of Inheritance.
.NET Framework
Available since 1.1
Available since 1.1
Show: