|
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.207-beta
Syntax public 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
StringSee Also