PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / Aggregate Class / Aggregate Constructor / Aggregate Constructor(String)
A string assigned to the C1.C1Preview.NamedCollectionItem.Name of this aggregate.

In This Topic
    Aggregate Constructor(String)
    In This Topic
    Initializes a new instance of the Aggregate class, assigning the name of the aggregate.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    public Aggregate( 
       string name
    )

    Parameters

    name
    A string assigned to the C1.C1Preview.NamedCollectionItem.Name of this aggregate.
    See Also