  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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