InheritanceOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether to create a new context based on the current context or on the information 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
- Inheritance
- 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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.