Share via


ArraySetting<T>.MaxArrayLength Property

Definition

Gets the maximum string length.

[System.Runtime.Serialization.DataMember(Name="maxItems")]
public int? MaxArrayLength { get; init; }
[<System.Runtime.Serialization.DataMember(Name="maxItems")>]
member this.MaxArrayLength : Nullable<int> with get, set
Public Property MaxArrayLength As Nullable(Of Integer)

Property Value

Attributes

Applies to