Share via


FieldNumber.MaximumValue Property

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

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property MaximumValue As Double
    Get
    Set
'Usage
Dim instance As FieldNumber
Dim value As Double

value = instance.MaximumValue

instance.MaximumValue = value
[RemoteAttribute]
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