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