HostProcessPingRequest.RequestTime Property

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

Syntax

'宣言
Public Property RequestTime As DateTime
    Get
    Set
public DateTime RequestTime { get; set; }
public:
property DateTime RequestTime {
    DateTime get ();
    void set (DateTime value);
}
member RequestTime : DateTime with get, set
function get RequestTime () : DateTime
function set RequestTime (value : DateTime)

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

HostProcessPingRequest Class

Microsoft.TeamFoundation.Framework.Server Namespace