Gets or sets the number of constituent records to retrieve per aggregate record.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| [CommandParameterPropertyAttribute(Key = "Np")] public Nullable<RecordsPerAggregateRecord> RecordsPerAggregateRecord { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| <CommandParameterPropertyAttribute(Key := "Np")> _ Public Property RecordsPerAggregateRecord As Nullable(Of RecordsPerAggregateRecord) | 
| Visual C++ | 
|---|
| [CommandParameterPropertyAttribute(Key = L"Np")] public: property Nullable<RecordsPerAggregateRecord> RecordsPerAggregateRecord { Nullable<RecordsPerAggregateRecord> get (); void set (Nullable<RecordsPerAggregateRecord> value); } | 





