Perforce API for the .Net CLR P4.Net

P4Record.Fields Property

Gets the FieldDictionary returned from the Perforce command.

[Visual Basic]
Public ReadOnly Property Fields As FieldDictionary
[C#]
public FieldDictionary Fields {get;}

Property Value

The single-value fields returned for the current record.

See Also

P4Record Class | P4API Namespace