PushNotification.PushTime Property
The time at which the push occurred
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Property PushTime As DateTime
public DateTime PushTime { get; private set; }
public:
property DateTime PushTime {
DateTime get ();
private: void set (DateTime value);
}
member PushTime : DateTime with get, private set
function get PushTime () : DateTime
private function set PushTime (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.