Share via


IChangesetSummary.Comment Property

Gets or sets the comment for this changeset.

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

Syntax

'Declaration
Property Comment As String
string Comment { get; set; }
property String^ Comment {
    String^ get ();
    void set (String^ value);
}
abstract Comment : string with get, set
function get Comment () : String 
function set Comment (value : String)

Property Value

Type: System.String
The comment for this changeset.

.NET Framework Security

See Also

Reference

IChangesetSummary Interface

Microsoft.TeamFoundation.Build.Client Namespace