ProviderPriority 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.
Priority enumeration for Providers
public enum class ProviderPriority
public enum class ProviderPriority
enum ProviderPriority
public enum ProviderPriority
type ProviderPriority =
Public Enum ProviderPriority
- Inheritance
-
ProviderPriority
Fields
Name | Value | Description |
---|---|---|
Lowest | 0 | Lowest priority |
BelowNormal | 1 | BelowNormal priority |
Normal | 2 | Normal priority |
AboveNormal | 3 | AboveNormal priority |
Highest | 4 | Highest priority |