VersionControlLabel Members

Include Protected Members
Include Inherited Members

Represents a version control label.

The VersionControlLabel type exposes the following members.

Constructors

 

Name

Description

Public method

VersionControlLabel

Initializes a representation of a version control label to be sent to the server.

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

(Overrides Object.ToString().)

Top

Properties

 

Name

Description

Public property

ArtifactUri

Gets the artifact Uri for a label.

Public property

Comment

Gets the comment for a label.

Public property

Items

Gets a list of items and their versions that are contained in the label.

Public property

LabelId

Gets the label's Id, as represented in the database.

Public property

LastModifiedDate

Gets the timestamp of last label modification.

Public property

Name

Gets the name of the label.

Public property

OwnerName

Gets the name of the user who owns this label.

Public property

Scope

Gets the server item path which represents the label's scope.

Public property

VersionControlServer

Gets or sets the source control database which contains this Label.

Top

See Also

Reference

VersionControlLabel Class

Microsoft.TeamFoundation.VersionControl.Client Namespace