| ParserLimitReportLimit Property |
This is preliminary documentation and is subject to change.
Value limit of the report, if available.
Namespace: WikiClientLibrary.Pages.ParsingAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [JsonIgnoreAttribute]
public double? Limit { get; }
<JsonIgnoreAttribute>
Public ReadOnly Property Limit As Double?
Get
Dim instance As ParserLimitReport
Dim value As Double?
value = instance.Limit
public:
[JsonIgnoreAttribute]
property Nullable<double> Limit {
Nullable<double> get ();
}
[<JsonIgnoreAttribute>]
member Limit : Nullable<float> with get
Property Value
NullableDoubleSee Also