MediaAction.Volume Property
Gets or sets the volume.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property Volume As Single
public float Volume { get; set; }
public:
property float Volume {
float get ();
void set (float value);
}
member Volume : float32 with get, set
function get Volume () : float
function set Volume (value : float)
Property Value
Type: Single
Returns Single.
.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.