RetrieveOrganizationResponse Class

Definition

Contains the response from processing RetrieveOrganizationRequest.

public ref class RetrieveOrganizationResponse sealed : Microsoft::Xrm::Sdk::Discovery::DiscoveryResponse
[System.Runtime.Serialization.DataContract(Name="RetrieveOrganizationResponse", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")]
public sealed class RetrieveOrganizationResponse : Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse
[<System.Runtime.Serialization.DataContract(Name="RetrieveOrganizationResponse", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")>]
type RetrieveOrganizationResponse = class
    inherit DiscoveryResponse
Public NotInheritable Class RetrieveOrganizationResponse
Inherits DiscoveryResponse
Inheritance
RetrieveOrganizationResponse
Attributes

Remarks

An instance of a response class is returned from the Execute(DiscoveryRequest) method.

Constructors

RetrieveOrganizationResponse()

Initializes a new instance of the RetrieveOrganizationResponse class.

Properties

Detail

Contains detailed information about the target organization.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DiscoveryResponse)

Applies to