Share via


OWSNumberField.Min property

NOTE: This API is now obsolete.

Gets or sets the minimum value that can be contained in the number field.

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

Syntax

'Declaration
<ObsoleteAttribute("This class has been deprecated.")> _
Public Property Min As String
    Get
    Set
'Usage
Dim instance As OWSNumberField
Dim value As String

value = instance.Min

instance.Min = value
[ObsoleteAttribute("This class has been deprecated.")]
public string Min { get; set; }

Property value

Type: System.String
A string that contains the minimum value.

See also

Reference

OWSNumberField class

OWSNumberField members

Microsoft.SharePoint.WebControls namespace