Obsolete. The category name string. Use CatalogCategoryBreadcrumbControl to determine and display the Item's Category.
Syntax
'Declaration
<ObsoleteAttribute("Use CatalogCategoryBreadcrumbControl to determine the Item's Category.")>
Public CatNamestr As String
'Usage
Dim instance As CatalogItemDetailControl
Dim value As String
value = instance.CatNamestr
instance.CatNamestr = value
[Obsolete("Use CatalogCategoryBreadcrumbControl to determine the Item's Category.")]
public string CatNamestr
See Also