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 | |
---|---|---|
VersionControlLabel |
Top
Properties
Name | Description | |
---|---|---|
Comment | The label's comment, or null to leave alone. | |
Items | A list of items and their versions that are contained in the label. Only used in the result of QueryLabels where includeItems = true. | |
LabelId | The label's Id, as represented in the database. The label id is used to generate the artifact name | |
LastModifiedDate | Timestamp of last label modification | |
Name | Label's name. Name + ServerItem must be unique. | |
OwnerDisplayName | Display name of the user who owns this label. | |
OwnerName | Identity name of the user who owns this label. | |
OwnerUniqueName | Unique identity name of the user who owns this label. | |
Scope | Server item path representing the label's scope. Name + Scope must be unique |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.