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)

Syntax

public long EndTimestamp { get; set; }
public:
property long long EndTimestamp {
    long long get();
    void set(long long value);
}
member EndTimestamp : int64 with get, set
Public Property EndTimestamp As Long

Property Value

Type: System.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.

See Also

Timestamp
UITestAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top