AppSettingPropertiesName Property

Gets the name of the setting.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public string Name { get; }

Property Value

Type: String
The setting name.
Remarks
This property must be set to a non-empty string. The combination of Module ID and Name must be unique.
See Also