  | ParserLimitReportContent Property | 
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "P:WikiClientLibrary.Pages.Parsing.ParserLimitReport.Content"]
 Namespace: WikiClientLibrary.Pages.ParsingAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[JsonIgnoreAttribute]
public IReadOnlyDictionary<string, JsonElement> Content { get; }<JsonIgnoreAttribute>
Public ReadOnly Property Content As IReadOnlyDictionary(Of String, JsonElement)
	Get
Dim instance As ParserLimitReport
Dim value As IReadOnlyDictionary(Of String, JsonElement)
value = instance.Content
public:
[JsonIgnoreAttribute]
property IReadOnlyDictionary<String^, JsonElement>^ Content {
	IReadOnlyDictionary<String^, JsonElement>^ get ();
}[<JsonIgnoreAttribute>]
member Content : IReadOnlyDictionary<string, JsonElement> with get
Property Value
IReadOnlyDictionaryString, 
JsonElement
See Also