Share via


OWSNumberField.Max Property

NOTE: This API is now obsolete.

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

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

value = instance.Max

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

Property Value

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

See Also

Reference

OWSNumberField Class

OWSNumberField Members

Microsoft.SharePoint.WebControls Namespace