This documentation is archived and is not being maintained.

DiffItemShelvedChange::IDiffItem::Label Property

Gets or sets the label for the file.

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 for the file.

Implements

IDiffItem::Label

Show: