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  As String _
)
             
        
            
            public Aggregate( 
   string 
)
             
        
             
        
            Parameters
- name
 
- A string assigned to the C1.C1Preview.NamedCollectionItem.Name of this aggregate.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also