Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the file portion 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 portion of the label.
Implements
.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.