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::EndTimestamp Property

 

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)

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

Property Value

Type: System::Int64

The ending time stamp.

Setting the value requires a timestamp equal to or greater than the Timestamp value. Any other value is ignored.

Return to top
Show: