Share via


FieldNumber.MinimumValue Property

Gets or sets a value that specifies the minimum 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 MinimumValue As Double
    Get
    Set
'Usage
Dim instance As FieldNumber
Dim value As Double

value = instance.MinimumValue

instance.MinimumValue = value
[RemoteAttribute]
public double MinimumValue { get; set; }

Property Value

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

Exceptions

Exception Condition
[System.ArgumentOutOfRangeException]

Value is changed to a value greater than MaximumValue. Error code: -2146233086.

See Also

Reference

FieldNumber Class

FieldNumber Members

Microsoft.SharePoint.Client Namespace