You are here: Symbol Reference > Stimulsoft.Base.Json.Linq Namespace > JObject Class > JObject Methods > GetValue Method > GetValue Method (string, StringComparison)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JObject.GetValue Method (string, StringComparison)

Gets the Newtonsoft.Json.Linq.JToken with the specified property name. The exact property name will be searched for first and if no matching property is found then the StringComparison will be used to match a property.

Syntax
C++
C#
Visual Basic
public: JToken GetValue( string propertyName, StringComparison comparison );
Parameters
Parameters 
Description 
propertyName 
Name of the property. 
comparison 
One of the enumeration values that specifies how the strings will be compared. 
Returns

The Newtonsoft.Json.Linq.JToken with the specified property name.

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