InstanceValueConsistency 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.
Describes the consistency guarantee of the instance values contained in a specified dictionary.
This enumeration supports a bitwise combination of its member values.
public enum class InstanceValueConsistency
[System.Flags]
public enum InstanceValueConsistency
[<System.Flags>]
type InstanceValueConsistency =
Public Enum InstanceValueConsistency
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates that there is no consistency guarantee. |
InDoubt | 1 | Indicates that the consistency of the instance value is in doubt. |
Partial | 2 | Indicates that the consistency of the instance value is partial. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.