public string GetDescription( string strSettingPath )
public: String^ GetDescription( String^ strSettingPath )
Parameters
- strSettingPath
- Indicates the path of the setting.
Return Value
The description of a setting as a string.
public string GetDescription( string strSettingPath )
public: String^ GetDescription( String^ strSettingPath )
| Exception | Description | 
|---|---|
| System.ArgumentNullException | Thrown
                                                  when strSettingPathisnull. | 
| System.ArgumentException | Thrown
                                              when strSettingPathis
                                              empty. | 
| BaseException | The setting is not defined. |