Returns the value assocatied to the key.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public string this[
	string key
] { get; set; }

Parameters

key
Type: System..::.String
The key to search on.

Return Value

String value associated to the key.

See Also