This documentation is archived and is not being maintained.

DiffItemLocalWorkspace::Label Property

Gets or sets the diff item label.

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

public:
virtual property String^ Label {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: System::String
The diff item label.

Implements

IDiffItem::Label

Show: