IEdmBinaryTypeReference.MaxLength Property
Gets the maximum length of this 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 IEdmBinaryTypeReference
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 type.