Category.Name - Propriété

Obtient ou définit le nom d'une catégorie.

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Property Name As String
    Get
    Set
'Utilisation
Dim instance As Category
Dim value As String

value = instance.Name

instance.Name = value
public string Name { get; set; }

Valeur de propriété

Type : System.String
Chaîne spécifiant le nom de la catégorie.

Voir aussi

Référence

Category classe

Category - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms