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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.