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 (25.3.0.1000)
Syntaxpublic string Name { get; }Public ReadOnly Property Name As String
	Get
public:
property String^ Name {
	String^ get ();
}member Name : string with get
Property Value
Type: 
StringThe 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