| 
            
              AverageFrequencyViewModelSelectedVirtualDeviceName Property
             | 
          
        
        
            Gets or sets the name of the virtual device to associate output measurements with.
            
        
        Namespace: AverageFrequencyUIAssembly: OneSecondFrequencyAverager (in OneSecondFrequencyAverager.dll) Version: 2.4.258-beta
Syntaxpublic string SelectedVirtualDeviceName { get; set; }Public Property SelectedVirtualDeviceName As String
	Get
	Set
public:
property String^ SelectedVirtualDeviceName {
	String^ get ();
	void set (String^ value);
}member SelectedVirtualDeviceName : string with get, set
function get_SelectedVirtualDeviceName();
function set_SelectedVirtualDeviceName(value);
 View SourceProperty Value
String
See Also