DiffItemPendingChangeBase.IDiffItem.LabelFile Property

Gets or sets the file part of the label.

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

Syntax

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

Property Value

Type: System.String
The file part of the label.

Implements

IDiffItem.LabelFile

.NET Framework Security

See Also

Reference

DiffItemPendingChangeBase Class

Microsoft.TeamFoundation.VersionControl.Client Namespace