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