NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Registry.Users

The Windows Registry base key HKEY_USERS.

[Visual Basic]
Public Shared ReadOnly Users As RegistryKey
[C#]
public static readonly RegistryKey Users;
[C++]
public: static readonly RegistryKey* Users;
[JScript]
public static var Users : RegistryKey;

See Also

Registry Class | Registry Members | Microsoft.Win32 Namespace