Leadtools.Dicom.Services
LEAD Technologies, Inc

Type Property






Represents the factory class type which is responsible for creating the plug-ins.
Syntax
public string Type {get; set;}
'Declaration
 
Public Property Type As String
'Usage
 
Dim instance As DICOMServicesConfigurationHandler
Dim value As String
 
instance.Type = value
 
value = instance.Type
public string Type {get; set;}
 get_Type();
set_Type(value);
public:
property String^ Type {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String representing the type of the factory class that is responsible of creating the plug-ins. The default value is "Leadtools.Dicom.Services.DICOMPluginFactory"
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DICOMServicesConfigurationHandler Class
DICOMServicesConfigurationHandler Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.