Gets or sets the difference between the specified and compared values.
public object DifferenceValue {get; set;}
'Declaration
Public Property DifferenceValue As Object
'Usage
Dim instance As CompareValueBaseValidator
Dim value As Object
instance.DifferenceValue = value
value = instance.DifferenceValue
Property Value
A
System.Object that represents the difference between the specified and compared values. The default is a null reference (
Nothing in Visual Basic).