Asks Agentry for a specific string value.
Public Function GetAgentryString (ByVal key As String) As String
public string GetAgentryString (string key)
In the definitions there are key/value pairs. If the specified string matches a key, its value is returned. Otherwise, an empty string is returned.