TransactedRegistry.Users Field

Namespace: Microsoft.PowerShell.Commands.Internal
Assembly: System.Management.Automation (in system.management.automation.dll)

Usage

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")> _
Public Shared ReadOnly Users As TransactedRegistryKey
[SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")] 
public static readonly TransactedRegistryKey Users
[SuppressMessageAttribute(L"Microsoft.Security", L"CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")] 
public:
static initonly TransactedRegistryKey^ Users
/** @attribute SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes") */ 
public static final TransactedRegistryKey Users
SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes") 
public static final var Users : TransactedRegistryKey

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP

See Also

Reference

TransactedRegistry Class
TransactedRegistry Members
Microsoft.PowerShell.Commands.Internal Namespace