Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the starting time stamp when executing this action.
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
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)
Property Value
Type: Int64
The starting time stamp.
Remarks
This is typically set from the low-level message timestamp.
.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.