Propriété SearchByKeywordsKbArticleRequest.QueryExpression
S'applique à: CRM 2015 on-prem, CRM Online
Gets or sets the query criteria to find knowledge base articles with specified keywords. Required.
Espace de noms: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (dans Microsoft.Crm.Sdk.Proxy.dll)
Syntaxe
'Déclaration
Public Property QueryExpression As QueryBase
public QueryBase QueryExpression { get; set; }
Valeur de propriété
Type: QueryBase
The query criteria to find knowledge base articles with specified keywords.
Remarques
Assign an instance of the class FetchExpression, QueryExpression or QueryByAttribute. The query must specify the entity name “kbarticle” and a ColumnSet. If the column set includes attributes that are not valid for retrieve or for which you do not have access, they will be ignored. For more information about field security, see How Field Security Can Be Used to Control Access to Field Values In Microsoft Dynamics CRM.
Cohérence de thread
Tous les membres statiques publics (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres d'instance ne sont pas garantis thread-safe.
Plateformes
Plateformes de développement
Windows Vista, Windows Server 2003 et
Plateformes cibles
Windows Vista,Windows XP
Voir aussi
Référence
Classe SearchByKeywordsKbArticleRequest
Membres SearchByKeywordsKbArticleRequest
Espace de noms Microsoft.Crm.Sdk.Messages
Autres ressources
Create Queries to Retrieve Data
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.