[]
Gets or sets the compared target value.
[TypeConverter(typeof(_abo))]
public object ComparedValue { get; set; }
<TypeConverter(GetType(_abo))>
Public Property ComparedValue As Object
| Type | Description |
|---|---|
| object | A object value that represents the compared target value. The default is null. |