CrawledPropertyInfo.CategoryName - Propriété
Obtient ou définit le nom de catégorie de cette 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
<DataMemberAttribute> _
Public Property CategoryName As String
Get
Set
'Utilisation
Dim instance As CrawledPropertyInfo
Dim value As String
value = instance.CategoryName
instance.CategoryName = value
[DataMemberAttribute]
public string CategoryName { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms