Share via


TfsGitCommitUser.LastCommitDate Property

The last commit date

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

Syntax

'Declaration
Public Property LastCommitDate As DateTime
public DateTime LastCommitDate { get; private set; }
public:
property DateTime LastCommitDate {
    DateTime get ();
    private: void set (DateTime value);
}
member LastCommitDate : DateTime with get, private set
function get LastCommitDate () : DateTime 
private function set LastCommitDate (value : DateTime)

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

TfsGitCommitUser Class

Microsoft.TeamFoundation.Git.Server Namespace