TfsGitCommitMetadata.AuthorTime Property
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Property AuthorTime As DateTime
public DateTime AuthorTime { get; private set; }
public:
property DateTime AuthorTime {
DateTime get ();
private: void set (DateTime value);
}
member AuthorTime : DateTime with get, private set
function get AuthorTime () : DateTime
private function set AuthorTime (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.