Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The timestamp for the end of the action.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property EndTimestamp As Long
public long EndTimestamp { get; set; }
public:
property long long EndTimestamp {
long long get ();
void set (long long value);
}
member EndTimestamp : int64 with get, set
function get EndTimestamp () : long
function set EndTimestamp (value : long)
Property Value
Type: Int64
The ending time stamp.
Remarks
Setting the value requires a timestamp equal to or greater than the Timestamp value. Any other value is ignored.
.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.