Compartilhar via


Propriedade WebTestRequestStatistics.StartTime

Obtém ou define a hora em que a solicitação foi enviada ao servidor.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Property StartTime As DateTime
    Get
    Friend Set
public DateTime StartTime { get; internal set; }
public:
property DateTime StartTime {
    DateTime get ();
    internal: void set (DateTime value);
}
member StartTime : DateTime with get, internal set
function get StartTime () : DateTime
internal function set StartTime (value : DateTime)

Valor de propriedade

Tipo: System.DateTime
A DateTime objeto.

Segurança do .NET Framework

Consulte também

Referência

WebTestRequestStatistics Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting