JAMS Developer Guide
ClearError Method


MVPSI.JAMS Namespace > BasePublicObject Class : ClearError Method
The name of the property that has an error.
Clears the error message for a property.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BasePublicObject Class
BasePublicObject Members