Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the child model items for this model item.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.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[])
Property Value
Type: array<ReportService2005.ModelItem[]
An array of ModelItem objects.
Remarks
This call is not recursive and returns a shallow array of child model items.