Colection of ViewInfo objects describing the views within
the task.
Namespace:
MVCSharp.Core.Views
Remarks
The value of this property is taken from the
TaskInfo.ViewInfos property when the task is started.
Assembly: MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148
Syntax
| C# |
|---|
ViewInfoCollection ViewInfos { get; set; } |
| Visual Basic (Declaration) |
|---|
Property ViewInfos As ViewInfoCollection |
| Visual C++ |
|---|
property ViewInfoCollection^ ViewInfos { ViewInfoCollection^ get (); void set (ViewInfoCollection^ value); } |