IDiffItem.LabelFile Property

The file part of the label

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

Syntax

'Declaration
Property LabelFile As String
string LabelFile { get; set; }
property String^ LabelFile {
    String^ get ();
    void set (String^ value);
}
abstract LabelFile : string with get, set
function get LabelFile () : String 
function set LabelFile (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDiffItem Interface

Microsoft.TeamFoundation.VersionControl.Client Namespace