DicomAddInAttribute Constructor(string,string)

Summary

Initializes a new instance of the DicomAddInAttribute class.

Syntax
C#
VB
C++
public DicomAddInAttribute( 
   string Name, 
   string Version 
) 
  
Public Function New( _ 
   ByVal Name As String, _ 
   ByVal Version As String _ 
) 
public: 
DicomAddInAttribute(  
   String^ Name, 
   String^ Version 
) 

Parameters

Name
The name of this add-in.

Version
The version of this add-in.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly