Gets or sets the AnalyticsSection for this section group.
            
    Namespace: 
   Endeca.Data.ConfigurationAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| [ConfigurationPropertyAttribute("analytics")] public AnalyticsSection Analytics { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| <ConfigurationPropertyAttribute("analytics")> _ Public Property Analytics As AnalyticsSection | 
| Visual C++ | 
|---|
| [ConfigurationPropertyAttribute(L"analytics")] public: property AnalyticsSection^ Analytics { AnalyticsSection^ get (); void set (AnalyticsSection^ value); } | 





