QueryAnswer.MaxCharLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A value that specifies the maximum character length for answers returned as part of the search response. Optional and will default to null.
public int? MaxCharLength { get; set; }
member this.MaxCharLength : Nullable<int> with get, set
Public Property MaxCharLength As Nullable(Of Integer)