Gets the id of the host.

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

Syntax

C#
public string Id { get; private set; }
Visual Basic
Public Property Id As String
	Get
	Private Set
Visual C++
public:
property String^ Id {
	String^ get ();
	private: void set (String^ value);
}

See Also