Gets message at the specified index.

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

Syntax

C#
public string this[
	int index
] { get; }

Parameters

index
Type: System..::.Int32
Index of the message.

Field Value

Message at 'index'.

Return Value

String message

Remarks

This is the same as running record.Messages[0];

See Also