Share via


RetrieveParentGroupsResourceGroupRequest.Query Field

banner art

Specifies the query for the operation.

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 "resourcegroup" and a columnset.

See Also

© 2007 Microsoft Corporation. All rights reserved.