EdmStringTypeReference.MaxLength Property

Gets the maximum length of this string type.

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

Syntax

'Declaration
Public ReadOnly Property MaxLength As Nullable(Of Integer)
    Get
'Usage
Dim instance As EdmStringTypeReference 
Dim value As Nullable(Of Integer)

value = instance.MaxLength
public Nullable<int> MaxLength { get; }
public:
virtual property Nullable<int> MaxLength {
    Nullable<int> get () sealed;
}
abstract MaxLength : Nullable<int>
override MaxLength : Nullable<int>
final function get MaxLength () : Nullable<int>

Property Value

Type: System.Nullable<Int32>
The maximum length of this string type.

Implements

IEdmStringTypeReference.MaxLength

See Also

Reference

EdmStringTypeReference Class

Microsoft.Data.Edm.Library Namespace