Gets or sets the identifier of the Window.
            
 
    Namespace: 
   Hummingbird.UI
    Assembly:
   Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntaxpublic Guid Id { get; set; }Public Property Id As Guid
	Get
	Set
public:
property Guid Id {
	Guid get ();
	void set (Guid value);
}Property Value
Type: 
Guid
            The identifier is used to identify the parameters stored (for example: windows size and position or other customizable values).
            To properly use these functions, please assign a different Guid in the constructor.
            
See Also