CatalogFactory Property

Summary

Gets or sets the configured type name of the CatalogFactory.

Syntax
C#
VB
C++
[ConfigurationPropertyAttribute("catalogFactory", IsRequired=false)] 
public string CatalogFactory { get; set; } 
  
Public Property CatalogFactory As String 
public: 
property String^ CatalogFactory { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The configured type name of the CatalogFactory

Remarks

This is used by the CatalogFactory class to create an instance of the type in the configuration.

This property maps to the catalogFactory element in the configuration.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly