Share via


InstanceValueConsistency Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Describes the consistency guarantee of the instance values contained in a specified dictionary.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  System.Runtime.Persistence
Assembly:  System.Runtime (in System.Runtime.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration InstanceValueConsistency
'Usage
Dim instance As InstanceValueConsistency
[FlagsAttribute]
public enum InstanceValueConsistency
[FlagsAttribute]
public enum class InstanceValueConsistency
[<FlagsAttribute>]
type InstanceValueConsistency

Members

Member name Description
None Indicates that there is no consistency guarantee.
InDoubt Indicates that the consistency of the instance value is in doubt.
Partial Indicates that the consistency of the instance value is partial.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4

See Also

Reference

System.Runtime.Persistence Namespace