This documentation is archived and is not being maintained.

DiffItemPendingChangeBase::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)

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

Property Value

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

Implements

IDiffItem::Label

Show: