Share via


IEdmTypeDefinitionReference.IsUnbounded Property

Definition

Gets a value indicating whether the length of the underlying type is unbounded where the maximum length depends on the underlying type itself and MaxLength is invalid. This facet ONLY applies when the underlying type is Edm.Binary, Edm.Stream or Edm.String.

public bool IsUnbounded { get; }
member this.IsUnbounded : bool
Public ReadOnly Property IsUnbounded As Boolean

Property Value

Applies to