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 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.