IEdmTypeDefinitionReference.IsUnbounded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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