AssociatedChangeset.Comment Property

Gets or sets a description of the changeset.

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

Syntax

‘선언
Public Property Comment As String
    Get
    Set
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
A description of the changeset.

.NET Framework Security

See Also

Reference

AssociatedChangeset Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace