MediaRecorderVolumeLevelData.Volume Property
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Property Volume As Single
public float Volume { get; private set; }
public:
property float Volume {
float get ();
private: void set (float value);
}
member Volume : float32 with get, private set
function get Volume () : float
private 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.