SearchByTitleKbArticleRequest.QueryExpression Property

Definition

Gets or sets the query criteria to find knowledge base articles with the specified title. Required.

public:
 property Microsoft::Xrm::Sdk::Query::QueryBase ^ QueryExpression { Microsoft::Xrm::Sdk::Query::QueryBase ^ get(); void set(Microsoft::Xrm::Sdk::Query::QueryBase ^ value); };
public Microsoft.Xrm.Sdk.Query.QueryBase QueryExpression { get; set; }
member this.QueryExpression : Microsoft.Xrm.Sdk.Query.QueryBase with get, set
Public Property QueryExpression As QueryBase

Property Value

The query criteria to find knowledge base articles with the specified title.

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 column security, see Column-level security to control access.

Applies to