Gets an array of records returned from the Perforce command.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public P4Record[] Records { get; }

Field Value

Array of P4Records.

See Also