InheritanceOption Enum

Definition

Indicates whether to create a new context based on the current context or on the information in ServiceConfig.

C#
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum InheritanceOption
Inheritance
InheritanceOption
Attributes

Fields

Name Value Description
Inherit 0

The new context is created from the existing context. Inherit is the default value for Inheritance.

Ignore 1

The new context is created from the default context.

Remarks

InheritanceOption is used for the value of Inheritance.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1