CrawledProperty.CategoryName - Propriété
Obtient le nom de catégorie pour une propriété analysée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CategoryName As String
Get
'Utilisation
Dim instance As CrawledProperty
Dim value As String
value = instance.CategoryName
public string CategoryName { get; }
Valeur de propriété
Type : System.String
Chaîne qui contient le nom de la catégorie.
Remarques
Les propriétés analysées sont regroupées par catégorie, représentées par l'objet Category , selon le Gestionnaire de protocole utilisé.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms