RetrieveOrganizationsResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the response from processing RetrieveOrganizationsRequest.
public ref class RetrieveOrganizationsResponse sealed : Microsoft::Xrm::Sdk::Discovery::DiscoveryResponse
[System.Runtime.Serialization.DataContract(Name="RetrieveOrganizationsResponse", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")]
public sealed class RetrieveOrganizationsResponse : Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse
[<System.Runtime.Serialization.DataContract(Name="RetrieveOrganizationsResponse", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")>]
type RetrieveOrganizationsResponse = class
inherit DiscoveryResponse
Public NotInheritable Class RetrieveOrganizationsResponse
Inherits DiscoveryResponse
- Inheritance
- Attributes
Remarks
An instance of a response class is returned from the Execute(DiscoveryRequest) method.
Constructors
RetrieveOrganizationsResponse() |
Initializes a new instance of the |
Properties
Details |
Contains detailed information about the target organizations. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DiscoveryResponse) |