NetXP 3.0 Reference

Settings.Read Method (Object)

Read from 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 Read( _
   ByVal settings As Object _
)
[C#]
public static void Read(
   object settings
);

See Also

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