←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly