Perforce API for the .Net CLR P4.Net

P4UnParsedRecordSet.Item Property

Gets message at the specified index.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As String
[C#]
public string this[
   int index
] {get;}

Parameters

index
Index of the message.

Remarks

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

See Also

P4UnParsedRecordSet Class | P4API Namespace