[AttributeUsageAttribute(ValidOn=AttributeTargets.Field, 
   AllowMultiple=false, 
   Inherited=true)]
public class EnumValueAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
             
        
            
            'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Field, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class EnumValueAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
             
        
            
            'Usage
 
Dim instance As EnumValueAttribute
             
        
            
            [AttributeUsageAttribute(ValidOn=AttributeTargets.Field, 
   AllowMultiple=false, 
   Inherited=true)]
public ref class EnumValueAttribute : public System.Attribute, System.Runtime.InteropServices._Attribute