Partager via


ConsoleXmlAttribute Class

Represents the console XML file attribute, which specifies the file name for the Configuration Manager 2007 console snap-in.

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

Usage

'Usage
Dim instance As ConsoleXmlAttribute

Syntax

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

Inheritance Hierarchy

System.Object
   System.Attribute
    Microsoft.ConfigurationManagement.AdminConsole.ConsoleXmlAttribute

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

ConsoleXmlAttribute Members
Microsoft.ConfigurationManagement.AdminConsole Namespace