Colection of ViewInfo objects describing the views within the task.

Remarks

The value of this property is taken from the TaskInfo.ViewInfos property when the task is started.

Namespace:  MVCSharp.Core.Views
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);
}

See Also