SearchByBodyKbArticleRequest.QueryExpression Property
Applies To: Dynamics CRM 2015
Gets or sets the query criteria to find knowledge base articles with specified body text. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public QueryBase QueryExpression { get; set; }
public:
property QueryBase^ QueryExpression {
QueryBase^ get();
void set(QueryBase^ value);
}
member QueryExpression : QueryBase with get, set
Public Property QueryExpression As QueryBase
Property Value
Type: Microsoft.Xrm.Sdk.Query.QueryBase
Type: QueryBase
The query criteria to find knowledge base articles with specified body text.
Remarks
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.
See Also
SearchByBodyKbArticleRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Retrieve data with queries
Return to top
© 2016 Microsoft. All rights reserved. Copyright