Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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