The collection of PageInfo objects for the application.
Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property PageInfos As PageInfos _ Implements IAppContext.PageInfos |
| C# |
|---|
| public PageInfos PageInfos { get; } |
| C++ |
|---|
| public property PageInfos PageInfos sealed { PageInfos get(); } |
| J# |
|---|
| /** property */ public PageInfos get_PageInfos(); |
| JScript |
|---|
| public function get PageInfos() : PageInfos |