Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
Type Property
See Also 
Leadtools.Dicom.Services Namespace > DICOMServicesConfigurationHandler Class : Type Property



Represents the factory class type which is responsible of creating the plug-ins.

Syntax

Visual Basic (Declaration) 
Public Property Type As String
Visual Basic (Usage)Copy Code
Dim instance As DICOMServicesConfigurationHandler
Dim value As String
 
instance.Type = value
 
value = instance.Type
C# 
public string Type {get; set;}
C++/CLI 
public:
property String^ Type {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.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: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also