Intersoft ClientUI Documentation
Item Property
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > SqlReportParameterMetadata Class : Item Property






columnName
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

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal columnName As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As SqlReportParameterMetadata
Dim columnName As String
Dim value As String
 
value = instance.Item(columnName)
C# 
public string this( 
   string columnName
) {get;}
Delphi 
public  this: : String;( 
    columnName: String
); read-only
JScript 
public  this( 
   columnName : String
) get : String
Managed Extensions for C++ 
public: __property string* get_Item( 
   string* columnName
);
C++/CLI 
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 there are no errors present.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.