QuerySuggestionQuery.IsPersonal - Propriété
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property IsPersonal As Boolean
Get
Set
'Utilisation
Dim instance As QuerySuggestionQuery
Dim value As Boolean
value = instance.IsPersonal
instance.IsPersonal = value
[DataMemberAttribute]
public bool IsPersonal { get; set; }
Valeur de propriété
Type : System.Boolean