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

Visual Basic
Dim instance As SettingsRegistryKeyAttribute

Syntax

Visual Basic
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple:=False)> _
Public NotInheritable Class SettingsRegistryKeyAttribute
		Inherits Attribute
C#
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false)] 
public sealed class SettingsRegistryKeyAttribute : Attribute
C++
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple=false)] 
public ref class SettingsRegistryKeyAttribute sealed : public Attribute
J#
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false) */ 
public final class SettingsRegistryKeyAttribute extends Attribute
JScript
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