DiffItemVersionedFile.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)

Syntax

'Declaration
Private Property Label As String Implements IDiffItem.Label
string IDiffItem.Label { get; set; }
private:
virtual property String^ Label {
    String^ get () sealed = IDiffItem::Label::get;
    void set (String^ value) sealed = IDiffItem::Label::set;
}
private abstract Label : string with get, set 
private override Label : string with get, set
JScript does not support explicit interface implementations.

Property Value

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

Implements

IDiffItem.Label

.NET Framework Security

See Also

Reference

DiffItemVersionedFile Class

Microsoft.TeamFoundation.VersionControl.Client Namespace