SPFieldNumber.MaximumValue property
Gets or sets a maximum value for the field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MaximumValue As Double
Get
Set
'Usage
Dim instance As SPFieldNumber
Dim value As Double
value = instance.MaximumValue
instance.MaximumValue = value
public double MaximumValue { get; set; }
Property value
Type: System.Double
A double-precision floating-point number that specifies a maximum value.