JAMS Developer Guide
GetUserNode(Type) Method


Genghis Namespace > Preferences Class > GetUserNode Method : GetUserNode(Type) Method
The class you want to store settings for. All the periods in the name will be converted to slashes.
Constructs a per-user preferences object from a class.
Syntax
'Declaration
 
Public Overloads Shared Function GetUserNode( _
   ByVal type As System.Type _
) As Preferences
'Usage
 
Dim type As System.Type
Dim value As Preferences
 
value = Preferences.GetUserNode(type)
public static Preferences GetUserNode( 
   System.Type type
)

Parameters

type
The class you want to store settings for. All the periods in the name will be converted to slashes.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Preferences Class
Preferences Members
Overload List