UITestAction.StartTimestamp-Eigenschaft

Ruft den Zeitstempel für den Start ab, wenn diese Aktion ausgeführt wird oder legt ihn fest.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property StartTimestamp As Long
    Get
    Set
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)

Eigenschaftswert

Typ: System.Int64
Der Zeitstempel für den Start.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace