Perforce API for the .Net CLR P4.Net

ArrayFieldDictionary.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

ArrayFieldDictionary Class | P4API Namespace