 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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
NullableDouble
See Also