NetXP 3.0 Reference

Settings.Save Method (Object, String)

Save to the registry using the specified key

[Visual Basic]
Overloads Public Shared Sub Save( _
   ByVal settings As Object, _
   ByVal key As String _
)
[C#]
public static void Save(
   object settings,
   string key
);

Parameters

settings
Settings to save.
key
A string giving the registry key path relative to HKCU

See Also

Settings Class | NETXP.Library Namespace | Settings.Save Overload List