Share via


DiffItemLocalWorkspace.Label Property

Gets or sets the diff item label.

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

Syntax

'Declaration
Public Property Label As String
public string Label { get; set; }
public:
virtual property String^ Label {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Label : string with get, set 
override Label : string with get, set
final function get Label () : String 
final function set Label (value : String)

Property Value

Type: System.String
The diff item label.

Implements

IDiffItem.Label

.NET Framework Security

See Also

Reference

DiffItemLocalWorkspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace