DataViewManager.DataViews Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an array list of current data views.
protected:
property System::Collections::ArrayList ^ DataViews { System::Collections::ArrayList ^ get(); };
protected System.Collections.ArrayList DataViews { get; }
member this.DataViews : System.Collections.ArrayList
Protected ReadOnly Property DataViews As ArrayList
Property Value
An array list of current data views.