Compartir a través de


LengthTokenFilter.Max Propiedad

Definición

Obtiene o establece la longitud máxima en caracteres. El valor predeterminado y máximo es 300.

[Newtonsoft.Json.JsonProperty(PropertyName="max")]
public int? Max { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="max")>]
member this.Max : Nullable<int> with get, set
Public Property Max As Nullable(Of Integer)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a