SettingsRegistryKeyAttribute Class

Represents an attribute that specifies the registry key in which the settings for the Configuration Manager 2007 console are stored.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As SettingsRegistryKeyAttribute

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple:=False)> _
Public NotInheritable Class SettingsRegistryKeyAttribute
    Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false)] 
public sealed class SettingsRegistryKeyAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple=false)] 
public ref class SettingsRegistryKeyAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false) */ 
public final class SettingsRegistryKeyAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false) 
public final class SettingsRegistryKeyAttribute extends Attribute

Inheritance Hierarchy

System.Object
   System.Attribute
    Microsoft.ConfigurationManagement.AdminConsole.SettingsRegistryKeyAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

SettingsRegistryKeyAttribute Members
Microsoft.ConfigurationManagement.AdminConsole Namespace