ListFieldCurrency.MinimumValue Property

SharePoint Designer Developer Reference

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

Syntax

expression.MinimumValue

expression   Required. A variable that represents a ListFieldCurrency object.

Remarks

This property is the equivalent of setting the Minimum 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