ConfigurationNameAttribute Class
Members See Also 
SourceCode.Configuration Namespace : ConfigurationNameAttribute Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=False, 
   Inherited=False)>
Public NotInheritable Class ConfigurationNameAttribute 
   Inherits System.Attribute
Visual Basic (Usage) Copy Code
Dim instance As ConfigurationNameAttribute
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

System.Object
   System.Attribute
      SourceCode.Configuration.ConfigurationNameAttribute

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