Share via


MediaAction.TimeWrapper Property

 

Used for serialization.

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

Syntax

public string TimeWrapper { get; set; }
public:
property String^ TimeWrapper {
    String^ get();
    void set(String^ value);
}
member TimeWrapper : string with get, set
Public Property TimeWrapper As String

Property Value

Type: System.String

Returns String.

See Also

MediaAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top