MediaRecorderCommandEventArgs.Command Property
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Property Command As MediaRecorderCommand
public MediaRecorderCommand Command { get; private set; }
public:
property MediaRecorderCommand Command {
MediaRecorderCommand get ();
private: void set (MediaRecorderCommand value);
}
member Command : MediaRecorderCommand with get, private set
function get Command () : MediaRecorderCommand
private function set Command (value : MediaRecorderCommand)
Property Value
Type: Microsoft.VisualStudio.TestTools.Execution.MediaRecorderCommand
Returns MediaRecorderCommand.
.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.