Share via


MediaAction.VolumeWrapper 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 VolumeWrapper { get; set; }
public:
property String^ VolumeWrapper {
    String^ get();
    void set(String^ value);
}
member VolumeWrapper : string with get, set
Public Property VolumeWrapper As String

Property Value

Type: System.String

Returns String.

See Also

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

Return to top