CatalogConnectionSettings.CatalogTaxonomyManagedProperty property
Gets or sets the search managed property name of the taxonomy field that contains category information for catalog items.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property CatalogTaxonomyManagedProperty As String
Get
Set
'Usage
Dim instance As CatalogConnectionSettings
Dim value As String
value = instance.CatalogTaxonomyManagedProperty
instance.CatalogTaxonomyManagedProperty = value
public string CatalogTaxonomyManagedProperty { get; set; }
Property value
Type: System.String
Remarks
An example of a managed property name for a taxonomy field is owstaxidProductCatalogItemCategory.
See also
Reference
CatalogConnectionSettings class