IEdmStringTypeReference.IsUnbounded Property

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

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

Syntax

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

value = instance.IsUnbounded
bool IsUnbounded { get; }
property bool IsUnbounded {
    bool get ();
}
abstract IsUnbounded : bool
function get IsUnbounded () : boolean

Property Value

Type: System.Boolean

See Also

Reference

IEdmStringTypeReference Interface

Microsoft.Data.Edm Namespace