Freigeben über


ModelItems-Eigenschaft

Gets the child model items for this model item.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
Public Property ModelItems As ModelItem()
    Get
    Set
'Usage
Dim instance As ModelItem
Dim value As ModelItem()

value = instance.ModelItems

instance.ModelItems = value
public ModelItem[] ModelItems { get; set; }
public:
property array<ModelItem^>^ ModelItems {
    array<ModelItem^>^ get ();
    void set (array<ModelItem^>^ value);
}
member ModelItems : ModelItem[] with get, set
function get ModelItems () : ModelItem[]
function set ModelItems (value : ModelItem[])

Eigenschaftswert

Typ: array<ReportService2006. . :: . .ModelItem> [] () [] []
An array of ModelItem objects.

Hinweise

This call is not recursive and returns a shallow array of child model items.