Visual Basic (Declaration) | |
---|---|
Public MustOverride Property ResultLength As Integer |
C# | |
---|---|
public abstract int ResultLength {get; set;} |
Property Value
The default value is 60 symbols. The minimum value is 1 symbol.The value of ResultLength determines how much data can be processed, but the MeasurementInterval and MeasurementOffset properties further limit the results that are displayed to the user. When ResultLengthSelection is set to ResultLengthSelection.Manual, the ResultLength value is always used even if a burst search seems to indicate that the burst is shorter than this. If ResultLengthSelection is set to ResultLengthSelection.Automatic and burst search is enabled, ResultLength is the maximum that will be used, but a shorter value will be used if the burst appears to be shorter than ResultLength.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)