Perforce API for the .Net CLR P4.Net

P4Record.Item Property

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

Property Value

The value for field 'key'.

See Also

P4Record Class | P4API Namespace