GetAgentryString(string) method

Asks Agentry for a specific string value.

Visual Basic syntax

Public Function GetAgentryString (ByVal key As String) As String

C# syntax

public string GetAgentryString (string key)

Parameters

Returns

The value associated with the specified key

Usage

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.