'Declaration <TypeConverterAttribute(System.ComponentModel.StringConverter)> Public Property ErrorContent As Object
'Usage Dim instance As ControlValidator Dim value As Object instance.ErrorContent = value value = instance.ErrorContent
[TypeConverter(System.ComponentModel.StringConverter)] public object ErrorContent {get; set;}