Gets or sets the DisplayNameSection 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("displayName")] public DisplayNameSection DisplayName { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| <ConfigurationPropertyAttribute("displayName")> _ Public Property DisplayName As DisplayNameSection | 
| Visual C++ | 
|---|
| [ConfigurationPropertyAttribute(L"displayName")] public: property DisplayNameSection^ DisplayName { DisplayNameSection^ get (); void set (DisplayNameSection^ value); } | 





