SPFieldNumber.MaximumValue Property

Gets or sets a maximum value for the field.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

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

value = instance.MaximumValue

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

Property Value

Type: System.Double
A double-precision floating-point number that specifies a maximum value.

See Also

Reference

SPFieldNumber Class

SPFieldNumber Members

Microsoft.SharePoint Namespace