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