IEdmStringTypeReference.MaxLength Property

Gets the maximum length of this string type.

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

Syntax

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

value = instance.MaxLength
Nullable<int> MaxLength { get; }
property Nullable<int> MaxLength {
    Nullable<int> get ();
}
abstract MaxLength : Nullable<int>
function get MaxLength () : Nullable<int>

Property Value

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

See Also

Reference

IEdmStringTypeReference Interface

Microsoft.Data.Edm Namespace