namespace DPumpHydr.WinFrmUI.WenSkin.Json { /// /// Specifies metadata property handling options for the . /// public enum MetadataPropertyHandling { /// /// Read metadata properties located at the start of a JSON object. /// Default, /// /// Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance. /// ReadAhead, /// /// Do not try to read metadata properties. /// Ignore } }