Represents the factory class type which is responsible of creating the plug-ins.
            
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property Type As String  | 
 
| C# |   | 
|---|
public string Type {get; set;} | 
 
            
            
            Return Value
            A 
String represetning the type of the factory class that is reposnible of creating the plug-ins. The default value is "Leadtools.Dicom.Services.DICOMPluginFactory"
            
 
            
            
            
            
            
            
            
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
 
            
            
See Also