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