ManagedProperty.Description - Propriété
Obtient ou définit une description pour une propriété gérée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property Description As String
Get
Set
'Utilisation
Dim instance As ManagedProperty
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
Valeur de propriété
Type : System.String
Chaîne qui spécifie une description pour une propriété gérée.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms