This documentation is archived and is not being maintained.

WorkspaceCheckInParameters::Comment Property

Gets or sets a comment about the check-in.

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

public:
property String^ Comment {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
A comment about the check-in.

Show: