[This is preliminary documentation and is subject to change.]

Get the information messages generated by the previous command

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)

Syntax

C#
public string[] GetInfoResults()
Visual Basic
Public Function GetInfoResults As String()
Visual C++
public:
array<String^>^ GetInfoResults()

Return Value

List of messages

Remarks

Each message is formatted as follows l:Message text where l is a single digit representing the message level

See Also