Share via


AssociatedChangeset.Comment Property

The comment, if any, for the changeset.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

AssociatedChangeset Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace