UITestAction.StartTimestamp (Propiedad)

Obtiene o establece la marca de tiempo de inicio al ejecutar esta acción.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
Public Property StartTimestamp As Long
public long StartTimestamp { get; set; }
public:
property long long StartTimestamp {
    long long get ();
    void set (long long value);
}
member StartTimestamp : int64 with get, set
function get StartTimestamp () : long
function set StartTimestamp (value : long)

Valor de propiedad

Tipo: System.Int64
Marca de tiempo de inicio.

Comentarios

Esto se establece normalmente timestamp insuficiente de mensaje.

Seguridad de .NET Framework

Vea también

Referencia

UITestAction Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)