This documentation is archived and is not being maintained.

WorkItemLink::Comment Property

Gets or sets a description of this link.

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

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

Property Value

Type: System::String
A description of this link.

Show: