Share via


PropertyModel.IsFixedLength Property

Definition

Gets or sets a value indicating if this property model is fixed length. Only valid for array data types.

public virtual Nullable<bool> IsFixedLength { get; set; }
member this.IsFixedLength : Nullable<bool> with get, set
Public Overridable Property IsFixedLength As Nullable(Of Boolean)

Property Value

Applies to