| 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.CatalogFactoryThis 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code