Gets whether or not the system is using more than one frequency.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public bool UsingMultipleFrequencies { get; private set; }
Visual Basic (Declaration)
Public Property UsingMultipleFrequencies As Boolean
Visual C++
public:
property bool UsingMultipleFrequencies {
	bool get ();
	void set (bool value);
}

See Also