←Select platform

Type Property

Summary

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

Syntax

C#
VB
C++
[ConfigurationPropertyAttribute("type", DefaultValue="Leadtools.Dicom.WCF.DICOMPluginFactory", IsRequired=true)] 
public string Type { get; set; } 
  
Public Property Type As String 
public: 
property String^ Type { 
   String^ get(); 
   void set (    String^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly