Click or drag to resize

WikiReadOnlyDictionaryItem Property

This is preliminary documentation and is subject to change.

Tries to get the value of the specified property.

Namespace: WikiClientLibrary.Infrastructures
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.8.0+bba8b7a48c3412988f4331f41f4164c670d73663
Syntax
public JToken this[
	string key
] { get; set; }

Parameters

key  String
The property name.

Return Value

JToken
A clone of property value, OR null if such property cannot be found.

Implements

IDictionaryTKey, TValueItemTKey
See Also