Returns the value of of the Field by key. This is the same as Fields[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 for

Field Value

The value for field 'key'.

Return Value

String value for the associated key.

See Also