Perforce API for the .Net CLR P4.Net

P4Record.ArrayFields Property

Gets the ArrayFieldDictionary returned from the Perforce command.

[Visual Basic]
Public ReadOnly Property ArrayFields As ArrayFieldDictionary
[C#]
public ArrayFieldDictionary ArrayFields {get;}

Property Value

The array-value fields returned for the current record.

See Also

P4Record Class | P4API Namespace