InheritanceOption Enum

Definitie

Geeft aan of er een nieuwe context moet worden gemaakt op basis van de huidige context of op de informatie in 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
Overname
InheritanceOption
Kenmerken

Velden

Name Waarde Description
Inherit 0

De nieuwe context wordt gemaakt op basis van de bestaande context. Inherit is de standaardwaarde voor Inheritance.

Ignore 1

De nieuwe context wordt gemaakt op basis van de standaardcontext.

Opmerkingen

InheritanceOption wordt gebruikt voor de waarde van Inheritance.

Van toepassing op