UITestAction.Timestamp Property

 

Gets or sets the time stamp for this action.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public DateTime Timestamp { get; set; }
public:
property DateTime Timestamp {
    DateTime get();
    void set(DateTime value);
}
member Timestamp : DateTime with get, set
Public Property Timestamp As Date

Property Value

Type: System.DateTime

The time stamp date and time.

Remarks

This is required to determine which action occurred before

See Also

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

Return to top