ServiceKeyLookupMode 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.
Specifies how to look up the service key for a parameter.
public enum class ServiceKeyLookupMode
public enum ServiceKeyLookupMode
type ServiceKeyLookupMode =
Public Enum ServiceKeyLookupMode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
InheritKey | 0 | The key is inherited from the parent service. |
NullKey | 1 | A |
ExplicitKey | 2 | The key is explicitly specified. |