'Declaration
Public Sub ClearError( _ ByVal propertyName As System.String _ )
'Usage
Dim instance As BasePublicObject Dim propertyName As System.String instance.ClearError(propertyName)
public void ClearError( System.string propertyName )
Parameters
- propertyName
- The name of the property that has an error.