VersionControlLabel Class

Represents a label. Called an "VersionControlLabel" so that it does not conflict with System.Windows.Forms.Label

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.VersionControl.Server.VersionControlLabel

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

Syntax

'Declaration
<CallOnDeserializationAttribute("AfterDeserialize")> _
<RequiredClientServiceAttribute("VersionControlServer")> _
Public Class VersionControlLabel
[CallOnDeserializationAttribute("AfterDeserialize")]
[RequiredClientServiceAttribute("VersionControlServer")]
public class VersionControlLabel
[CallOnDeserializationAttribute(L"AfterDeserialize")]
[RequiredClientServiceAttribute(L"VersionControlServer")]
public ref class VersionControlLabel
[<CallOnDeserializationAttribute("AfterDeserialize")>]
[<RequiredClientServiceAttribute("VersionControlServer")>]
type VersionControlLabel =  class end
public class VersionControlLabel

The VersionControlLabel type exposes the following members.

Constructors

  Name Description
Public method VersionControlLabel

Top

Properties

  Name Description
Public property Comment The label's comment, or null to leave alone.
Public property Items A list of items and their versions that are contained in the label. Only used in the result of QueryLabels where includeItems = true.
Public property LabelId The label's Id, as represented in the database. The label id is used to generate the artifact name
Public property LastModifiedDate Timestamp of last label modification
Public property Name Label's name. Name + ServerItem must be unique.
Public property OwnerDisplayName Display name of the user who owns this label.
Public property OwnerName Identity name of the user who owns this label.
Public property OwnerUniqueName Unique identity name of the user who owns this label.
Public property Scope Server item path representing the label's scope. Name + Scope must be unique

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Server Namespace