다음을 통해 공유


RetrieveAllResponse Class

Definition

Contains the response from the RetrieveAllRequest.

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

Constructors

Name Description
RetrieveAllResponse()

Initializes a new instance of the RetrieveAllResponse class.

Properties

Name Description
ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentServiceResponse)
InstanceTags

Gets or sets the collection of IDs or instance tags for all the deployment records retrieved.

Applies to

See also