LEADTOOLS Medical (Leadtools.Medical.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
CatalogFactory Property
See Also 
Leadtools.Medical.DataAccessLayer.Configuration Namespace > DataAccessSettings Class : CatalogFactory Property



Gets or sets the configured type name of the Leadtools.Medical.DataAccessLayer.Configuration.DataAccessSettings.CatalogFactory.

Syntax

Visual Basic (Declaration) 
<ConfigurationPropertyAttribute(Name="catalogFactory", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Public Property CatalogFactory As String
Visual Basic (Usage)Copy Code
Dim instance As DataAccessSettings
Dim value As String
 
instance.CatalogFactory = value
 
value = instance.CatalogFactory
C# 
[ConfigurationPropertyAttribute(Name="catalogFactory", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public string CatalogFactory {get; set;}
C++/CLI 
[ConfigurationPropertyAttribute(Name="catalogFactory", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public:
property String^ CatalogFactory {
   String^ get();
   void set (    String^ value);
}

Property Value

The configured type name of the Leadtools.Medical.DataAccessLayer.Configuration.DataAccessSettings.CatalogFactory

Remarks

This is used by the Leadtools.Medical.DataAccessLayer.Configuration.DataAccessSettings.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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features