InheritanceOption Enumeration
.NET Framework 3.0
Indicates whether to create a new context based on the current context or on the information in ServiceConfig.
Namespace: System.EnterpriseServices
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
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.
Community Additions
ADD
Show: