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

See Also

Reference

MediaRecorderCommandEventArgs Class

Microsoft.VisualStudio.TestTools.Execution Namespace