JsonObject.ValueOrDefault Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ValueOrDefault(String) Specifies the value or the default value of the Json object with specified key. (Overrides JsonValue.ValueOrDefault(String).)
Public method ValueOrDefault(Int32) Specifies the value or the default value of the Json object with specified index. (Inherited from JsonValue.)
Public method ValueOrDefault(Object[]) Specifies the value or the default value of the Json object with specified indexes. (Inherited from JsonValue.)

Top

See Also

Reference

JsonObject Class

System.Json Namespace