InheritanceOption Enumeración

Definición

Indica si se ha de crear un contexto nuevo basado en el contexto actual o en la información de ServiceConfig .

public enum class InheritanceOption
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum InheritanceOption
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type InheritanceOption = 
Public Enum InheritanceOption
Herencia
InheritanceOption
Atributos

Campos

Ignore 1

Se crea el contexto nuevo a partir del contexto predeterminado.

Inherit 0

Se crea el contexto nuevo a partir del contexto existente. Inherit es el valor predeterminado en Inheritance.

Comentarios

InheritanceOption se utiliza para el valor de Inheritance .

Se aplica a