C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / AggregateCollection Class / Item Property / Item(String) Property
The name of the aggregate.

In This Topic
Item(String) Property
In This Topic
Gets the aggregate with the specified name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As Aggregate
 

Parameters

name
The name of the aggregate.

Property Value

The Aggregate object with the specified C1.C1Preview.NamedCollectionItem.Name, or an empty aggregate if an aggregate with the specified name was not found.
See Also