ListFieldCurrency.MaximumValue Property

SharePoint Designer Developer Reference

Returns or sets a Variant that specifies the maximum value allowed for a list field.

Syntax

expression.MaximumValue

expression   Required. A variable that represents a ListFieldCurrency object.

Remarks

This property is the equivalent of setting the Maximum value allowed field in the Modify Field dialog box of the user interface. An error message is displayed to the user if invalid data is entered into this field. Use the MinimumValue property value to set the minimum value for the field.

Use the ApplyChanges method to apply any changes made to a list.

See Also