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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.