Click or drag to resize

DerivedModelDefinition.IDataErrorInfo.Error Property

Gets an error message indicating what is wrong with this object.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.10.0.0 (5.10.0)
Syntax
string IDataErrorInfo.Error { get; }

Return Value

Type: String
An error message indicating what is wrong with this object. The default is an empty string ("").

Implements

IDataErrorInfo.Error
See Also