EdmStringTypeReference.IsUnbounded Property

Gets a value indicating whether this string type specifies the maximum allowed length.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property IsUnbounded As Boolean 
    Get
'Usage
Dim instance As EdmStringTypeReference 
Dim value As Boolean 

value = instance.IsUnbounded
public bool IsUnbounded { get; }
public:
virtual property bool IsUnbounded {
    bool get () sealed;
}
abstract IsUnbounded : bool 
override IsUnbounded : bool
final function get IsUnbounded () : boolean

Property Value

Type: System.Boolean

Implements

IEdmStringTypeReference.IsUnbounded

See Also

Reference

EdmStringTypeReference Class

Microsoft.Data.Edm.Library Namespace