PropertyOwner.IDataErrorInfo.Item Property
Namespace: Microsoft.TeamFoundation.TestManagement.Client.Internal
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Private ReadOnly Property Item ( _
columnName As String _
) As String Implements IDataErrorInfo.Item
string IDataErrorInfo.this[
string columnName
] { get; }
private:
virtual property String^ Item[String^ columnName] {
String^ get (String^ columnName) sealed = IDataErrorInfo::Item::get;
}
private abstract Item :
columnName:string -> string with get
private override Item :
columnName:string -> string with get
JScript does not support explicit interface implementations.
Parameters
- columnName
Type: String
Property Value
Type: String
Returns String.
Implements
IDataErrorInfo.Item
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.TestManagement.Client.Internal Namespace