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