Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITestAction::StartTimestamp Property

 

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)

public:
property long long StartTimestamp {
	long long get();
	void set(long long value);
}

Property Value

Type: System::Int64

The starting time stamp.

This is typically set from the low-level message timestamp.

Return to top
Show: