ModelItem.ModelItems 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.
Gets the child model items for this model item.
public:
property cli::array <ReportService2010::ModelItem ^> ^ ModelItems { cli::array <ReportService2010::ModelItem ^> ^ get(); void set(cli::array <ReportService2010::ModelItem ^> ^ value); };
public ReportService2010.ModelItem[] ModelItems { get; set; }
member this.ModelItems : ReportService2010.ModelItem[] with get, set
Public Property ModelItems As ModelItem()
Property Value
An array of ModelItem objects.
Remarks
This call is not recursive and returns a shallow array of child model items.