MediaAction.Time Property
Gets or sets the current time when the event occurred.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public TimeSpan Time { get; set; }
public:
property TimeSpan Time {
TimeSpan get();
void set(TimeSpan value);
}
member Time : TimeSpan with get, set
Public Property Time As TimeSpan
Property Value
Type: System.TimeSpan
Returns TimeSpan.
See Also
MediaAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top