Edit

Share via


GitLastChangeItem Class

Definition

[System.Runtime.Serialization.DataContract]
public class GitLastChangeItem : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitLastChangeItem = class
    inherit VersionControlSecuredObject
Public Class GitLastChangeItem
Inherits VersionControlSecuredObject
Inheritance
Attributes

Constructors

GitLastChangeItem()

Properties

CommitId

Gets or sets the commit Id this item was modified most recently for the provided version.

Path

Gets or sets the path of the item.

Methods

SetSecuredObject(ISecuredObject) (Inherited from VersionControlSecuredObject)

Explicit Interface Implementations

ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to