Share via


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

'Declaration
Public Property Time As TimeSpan
public TimeSpan Time { get; set; }
public:
property TimeSpan Time {
    TimeSpan get ();
    void set (TimeSpan value);
}
member Time : TimeSpan with get, set
function get Time () : TimeSpan 
function set Time (value : TimeSpan)

Property Value

Type: TimeSpan
Returns TimeSpan.

.NET Framework Security

See Also

Reference

MediaAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace