Gets the dictionary with all hosts.

Namespace: AppCan.wpf.Menus
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static IDictionary<string, MergeHost> MergeHosts { get; }
Visual Basic
Public Shared ReadOnly Property MergeHosts As IDictionary(Of String, MergeHost)
	Get
Visual C++
public:
static property IDictionary<String^, MergeHost^>^ MergeHosts {
	IDictionary<String^, MergeHost^>^ get ();
}

Remarks

Id maps to host.

See Also