Share via


FieldNumber.MaximumValue property

Gets or sets a value that specifies the maximum allowed value for the field.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property MaximumValue As Double
    Get
    Set
'Usage
Dim instance As FieldNumber
Dim value As Double

value = instance.MaximumValue

instance.MaximumValue = value
public double MaximumValue { get; set; }

Property value

Type: System.Double
Returns a Double instance representing the maximum allowed value for the field.

Exceptions

Exception Condition
[System.ArgumentOutOfRangeException]

Value is changed to a value less than MinimumValue. Error code: -2146233086.

See also

Reference

FieldNumber class

FieldNumber members

Microsoft.SharePoint.Client namespace