Gets or sets the type name of the class implementing the
Leadtools.Medical.DataAccessLayer.Catalog.ICatalog interface.
public string CatalogTypeName {get; set;}
'Declaration
Public Property CatalogTypeName As String
'Usage
Dim instance As DataAccessMapping
Dim value As String
instance.CatalogTypeName = value
value = instance.CatalogTypeName
public:
property String^ CatalogTypeName {
String^ get();
void set ( String^ value);
}
Property Value
The name of the class type implementing the
Leadtools.Medical.DataAccessLayer.Catalog.ICatalog interface.