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

Tries the get value.

Syntax
C++
C#
Visual Basic
public: bool TryGetValue( string propertyName, out JToken value );
Parameters
Parameters 
Description 
propertyName 
Name of the property. 
value 
The value. 
Returns

true if a value was successfully retrieved; otherwise, false.

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