You are here: Symbol Reference > Stimulsoft.Base.Json.Serialization Namespace > JsonPropertyCollection Class > JsonPropertyCollection Methods > GetClosestMatchProperty Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonPropertyCollection.GetClosestMatchProperty Method

Gets the closest matching JsonProperty object. First attempts to get an exact case match of propertyName and then a case insensitive match.

Syntax
C++
C#
Visual Basic
public: JsonProperty GetClosestMatchProperty( string propertyName );
Parameters
Parameters 
Description 
propertyName 
Name of the property. 
Returns

A matching property if found.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.