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 label for the file.
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 for the file.
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.