InstanceValueConsistency Enum

Definition

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
InstanceValueConsistency
Attributes

Fields

InDoubt 1

Indicates that the consistency of the instance value is in doubt.

None 0

Indicates that there is no consistency guarantee.

Partial 2

Indicates that the consistency of the instance value is partial.

Applies to