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.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public JsonElement this[
	string key
] { get; set; }

Parameters

key  String
The property name.

Return Value

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

Implements

IDictionaryTKey, TValueItemTKey
See Also