RetrieveRequest Class
Specifies the parameters needed to retrieve information for the specified entity instance.
The RetrieveRequest class inherits from Request. It exposes the following members.
| Constructor | Description |
| RetrieveRequest | Initializes a new instance of the RetrieveRequest class. |
| Field | Description |
| ColumnSet | Specifies the set of attributes to retrieve. |
| ReturnDynamicEntities | Specifies whether the result of the operation contains an instance of the specified class or the DynamicEntity class. |
| Target | Specifies the target of the retrieve action. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Also
© 2007 Microsoft Corporation. All rights reserved.