Perforce API for the .Net CLR P4.Net

P4Revision.Description Property

Returns the description of the change which created this revision.

[Visual Basic]
Public ReadOnly Property Description As String
[C#]
public string Description {get;}

Remarks

Note that only the first 31 characters are returned unless you use p4 filelog -L for the first 250 characters, or p4 filelog -l for the full text.

See Also

P4Revision Class | P4API Namespace