JsonKnownReferenceHandler 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.
The ReferenceHandler to be used at run time.
public enum class JsonKnownReferenceHandler
	public enum JsonKnownReferenceHandler
	type JsonKnownReferenceHandler = 
	Public Enum JsonKnownReferenceHandler
		- Inheritance
 
Fields
| Name | Value | Description | 
|---|---|---|
| Unspecified | 0 | Specifies that circular references should throw exceptions.  | 
			
| Preserve | 1 | Specifies that the built-in Preserve be used to handle references.  | 
			
| IgnoreCycles | 2 | Specifies that the built-in IgnoreCycles be used to ignore cyclic references.  |