Gets or sets the associated collection of view descriptions
for the task.
Namespace:
MVCSharp.Core.Configuration.TasksAssembly: MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148
Syntax
| C# |
|---|
public ViewInfoCollection ViewInfos { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ViewInfos As ViewInfoCollection |
| Visual C++ |
|---|
public: property ViewInfoCollection^ ViewInfos { ViewInfoCollection^ get (); void set (ViewInfoCollection^ value); } |