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