Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

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:
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

See Also

Reference

DICOMServicesConfigurationHandler Class
DICOMServicesConfigurationHandler Members

Error processing SSI file