This documentation is archived and is not being maintained.
VersionControlLabel Class
Visual Studio 2013
Represents a version control label.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The VersionControlLabel type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | VersionControlLabel | Creates a representation of a source control label that will be sent to the server. |
| Name | Description | |
|---|---|---|
![]() | ArtifactUri | Gets the artifact uniform resource identifier (URI) for this label. |
![]() | Comment | Gets the comment of this label. |
![]() | Items | Gets the items that are associated with this label. |
![]() | LabelId | Gets the ID of this label. |
![]() | LastModifiedDate | Gets the date+time of the last modification of this label. |
![]() | Name | Gets the name of this label. |
![]() | OwnerDisplayName | Display name of the user who owns this label. |
![]() | OwnerName | Gets the owner of this label. |
![]() | Scope | Gets the scope of this label. |
![]() | VersionControlServer | Gets the repository that contains this label. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Creates a user-readable string that describes properties of this VersionControlLabel instance. (Overrides Object::ToString().) |
Show:
