Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public long StartTimestamp { get; set; }
public:
property long long StartTimestamp {
long long get();
void set(long long value);
}
member StartTimestamp : int64 with get, set
Public Property StartTimestamp As Long
Property Value
Type: System.Int64
The starting time stamp.
Remarks
This is typically set from the low-level message timestamp.
See Also
UITestAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top