Retrieves the value of a setting
[Visual Basic] Public Function GetSetting( _ ByVal section As String, _ ByVal name As String, _ ByVal defaultValue As Object _ ) As Object [C#] public object GetSetting( string section, string name, object defaultValue ); [C++] public: Object* GetSetting( String* section, String* name, Object* defaultValue ); [JScript] public function GetSetting( String section, String name, Object defaultValue ): Object;
The stored setting or the default value if no stroed setting is found
Settings Class | NDoc.Core Namespace | Settings.GetSetting Overload List