Syntax
Visual Basic (Declaration) |
|
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class,
AllowMultiple=False,
Inherited=False)>
Public NotInheritable Class ConfigurationNameAttribute
Inherits System.Attribute
|
C# |
|
[AttributeUsage(ValidOn=AttributeTargets.Class,
AllowMultiple=false,
Inherited=false)]
public sealed class ConfigurationNameAttribute : System.Attribute
|
C++/CLI |
|
[AttributeUsage(ValidOn=AttributeTargets.Class,
AllowMultiple=false,
Inherited=false)]
public ref class ConfigurationNameAttribute sealed : public System.Attribute
|
Inheritance Hierarchy
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also