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
'Declaration
Public Property Timestamp As DateTime
public DateTime Timestamp { get; set; }
public:
property DateTime Timestamp {
DateTime get ();
void set (DateTime value);
}
member Timestamp : DateTime with get, set
function get Timestamp () : DateTime
function set Timestamp (value : DateTime)
Property Value
Type: System.DateTime
The time stamp date and time.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.