PendingChangesExt.CheckinComment Property

Get the checkin comment.

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public ReadOnly Property CheckinComment As String
public string CheckinComment { get; }
public:
virtual property String^ CheckinComment {
    String^ get () sealed;
}
abstract CheckinComment : string with get 
override CheckinComment : string with get
final function get CheckinComment () : String

Property Value

Type: System.String
Returns String.

Implements

IPendingChangesExt.CheckinComment

.NET Framework Security

See Also

Reference

PendingChangesExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace