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

Get a list of module titles and the number of filter fields and grid columns for each.

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

Syntax

C#
public string[] ModuleSummary { get; }
Visual Basic
Public ReadOnly Property ModuleSummary As String()
	Get
Visual C++
public:
property array<String^>^ ModuleSummary {
	array<String^>^ get ();
}

Property Value

Type: array<String>[]()[][]

See Also