'Declaration Public Shadows Function Clone() As Object
'Usage Dim instance As CustomValidationMessages Dim value As Object value = instance.Clone()
public new object Clone()
Return Value
The CustomValidationMessages object this method creates, cast as an object.