You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > MetadataPropertyHandling Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Json.MetadataPropertyHandling Enumeration

Specifies metadata property handling options for the JsonSerializer.

Syntax
C++
C#
Visual Basic
public: enum MetadataPropertyHandling { Default = 0, ReadAhead = 1, Ignore = 2 };
Members
Members 
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.  
Ignore 
Do not try to read metadata properties.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.