EdmProperty.MaxLength Property

Definition

Gets or sets the maximum length of the property.

public Nullable<int> MaxLength { get; set; }
member this.MaxLength : Nullable<int> with get, set
Public Property MaxLength As Nullable(Of Integer)

Property Value

The maximum length of the property.

Applies to