Click or drag to resize

LessThanOrEqualAttribute Constructor (Object, String)

Initializes a new instance of LessThanOrEqualAttribute

Namespace:  Cauldron.XAML.Validation
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public LessThanOrEqualAttribute(
	Object value,
	string errorMessageKey
)

Parameters

value
Type: SystemObject
The value to compare to
errorMessageKey
Type: SystemString
The key of the localized error message string
See Also