Intersoft ClientUI Documentation
Item Property (Validator)



The name of the property or column to retrieve validation errors for.
Gets a message that describes any validation errors for the specified property or column name.
Syntax
Public ReadOnly Default Property Item( _
   ByVal columnName As String _
) As String
Dim instance As Validator
Dim columnName As String
Dim value As String
 
value = instance.Item(columnName)
public string this[ 
   string columnName
]; {get;}
public:
property String^ default [String^] {
   String^ get(String^ columnName);
}

Parameters

columnName
The name of the property or column to retrieve validation errors for.

Property Value

The validation error on the specified property; or null or System.String.Empty, if no errors are present.
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

Validator Class
Validator Members

Send Feedback