NetXP 3.0 Reference

Settings.Save Method (Object)

Save to the registry using the default key, the standard user application data registry key. To use this effectively, be sure to specify the appropriate information in the AssemblyInfo file.

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

Parameters

settings
Settings to save.

See Also

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