See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get the unique identifier for this window.

Namespace: NTier.VSAddIn
Assembly: NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0

Syntax

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

Property Value

Type: Guid

See Also