Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.