Udostępnij przez


RetrieveResponse Class

Definition

Contains the response from the RetrieveRequest.

public ref class RetrieveResponse : Microsoft::Xrm::Sdk::Deployment::DeploymentServiceResponse
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="RetrieveResponse", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class RetrieveResponse : Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="RetrieveResponse", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type RetrieveResponse = class
    inherit DeploymentServiceResponse
Public Class RetrieveResponse
Inherits DeploymentServiceResponse
Inheritance
Attributes

Constructors

Name Description
RetrieveResponse()

Initializes a new instance of the RetrieveResponse class.

Properties

Name Description
Entity

Gets or sets the record that was retrieved.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentServiceResponse)

Applies to

See also