iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

MessageManager.Item Property

Gets the message with the specified key from the assembly resource file.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal String As String _
) As 
[C#]
public String this[
   String key
] {get;}

Parameters

key
Key of the item to retrieve from the resource file.

See Also

MessageManager Class | IBatisNet.DataAccess Namespace