Call to save changes to your App's settings.

Namespace:  RedCritterV1
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public void SaveSettings()
Public Sub SaveSettings

Remarks

Calling SetSetting() updates a setting in memory only. You must call this method to update the server after you have updated the settings in memory in order to save the changes.

See Also