Attachmate.Reflection.Productivity Namespace > IAutoExpand Interface : Lookup Method |
'Declaration
Function Lookup( _ ByVal abbreviation As String _ ) As String
'Usage
Dim instance As IAutoExpand Dim abbreviation As String Dim value As String value = instance.Lookup(abbreviation)
string Lookup( string abbreviation )
Exception | Description |
---|---|
System.ArgumentNullException | This exception is thrown if the input parameter is null (or in Visual Basic, is Nothing). |