Share via


RetrieveByObjectWFProcessRequest.Query Field

banner art

Specifies a query to constrain the result set.

Syntax

[Visual Basic .NET]
Public Field Query As QueryBase
[C#]
public QueryBase Query;
[JScript]
public var Query : QueryBase;

Remarks

Assign an instance of the class QueryExpression or QueryByAttribute. The query must specify the entity name "wfprocess" and a columnset. Any other conditions specified will be merged (AND) with those needed to retrieve the workflow processes for the specified entity instance.

Note   Use of LinkEntity and Distinct are not supported in this query.

See Also

© 2007 Microsoft Corporation. All rights reserved.