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