Noemax.Newtonsoft.Json Namespace : MetadataPropertyHandling Enumeration |
'Declaration Public Enum MetadataPropertyHandling Inherits System.Enum
'Usage Dim instance As MetadataPropertyHandling
public enum MetadataPropertyHandling : System.Enum
public enum MetadataPropertyHandling = class(System.Enum)
public enum MetadataPropertyHandling extends System.Enum
__value public enum MetadataPropertyHandling : public System.Enum
public enum class MetadataPropertyHandling : public System.Enum
Member | Description |
---|---|
Default | Read metadata properties located at the start of a JSON object. |
ReadAhead | Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance. |
System.Object
System.ValueType
System.Enum
Noemax.Newtonsoft.Json.MetadataPropertyHandling
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2