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

The unique project guid that appears in the project file.

Namespace: NTier.AppWizard.Generator
Assembly: NTier.AppWizard.Generator (in NTier.AppWizard.Generator.dll) Version: 1.0.0.0

Syntax

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

Property Value

Type: Guid

See Also