| Visual Basic (Declaration) | |
|---|---|
<AttributeUsageAttribute(AllowMultiple=False, Inherited=True)> Public Class DicomAddInAttribute Inherits Attribute  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[AttributeUsageAttribute(AllowMultiple=false, Inherited=true)] public class DicomAddInAttribute : Attribute  | |
| C++/CLI | |
|---|---|
[AttributeUsageAttribute(AllowMultiple=false, Inherited=true)] public ref class DicomAddInAttribute : public Attribute  | |
Shows attribute usage on an interface.
 
            
 
            
            
            System.Object
   System.Attribute
      Leadtools.Dicom.AddIn.Attributes.DicomAddInAttribute
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code