Symphony Framework
Item Property
Symphony.Conductor.Model Namespace > DataObjectBase Class : Item Property
Name of the property to return error information for
Error indexer that accepts the field name to signal that fields error
Syntax
public string this[ 
   string columnName
]; {get;}

Parameters

columnName
Name of the property to return error information for
Remarks
This indexer is used by the _WPF_ DataErrorInfo implementation to request the error text associated with the passed in column (propert) name
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

DataObjectBase Class
DataObjectBase Members