'Declaration
Public Overloads Shared Function GetUserNode( _ ByVal path As System.String _ ) As Preferences
'Usage
Dim path As System.String Dim value As Preferences value = Preferences.GetUserNode(path)
public static Preferences GetUserNode( System.string path )
Parameters
- path
- Represents the path the preferences are stored under. Equivalent to a directory path or a registry key path.
Important Note: The seperator character is slash ('/') NOT backslash ('\').