Perforce API for the .Net CLR P4.Net

FieldDictionary.Item Property

Returns the value assocatied to the key.

[Visual Basic]
Public Default Property Item( _
   ByVal key As String _
) As String
[C#]
public string this[
   string key
] {get; set;}

Parameters

key
The key to search on.

See Also

FieldDictionary Class | P4API Namespace