This documentation is archived and is not being maintained.

IDiffItem::Label Property

Gets or sets the label of the diff item.

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

property String^ Label {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The label of the diff item.

Show: