Saves an integer to the settings section.
[Visual Basic]Overloads Public Sub SaveSetting( _
ByVal name As String, _
ByVal data As Integer _
)
[C#]
public void SaveSetting(
string name,
int data
);
Parameters
- name
- The key of the setting.
- data
- The integer data of the setting.
See Also
ProxyConfig Class | ProxyConfig Members | Org.Mentalis.Proxy Namespace | ProxyConfig.SaveSetting Overload List