RetrieveVersionResponse Class

Definition

Contains the response from the RetrieveVersionRequest class.

For the Web API the RetrieveVersionResponse ComplexType is the response value from the RetrieveVersion Function.

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

Constructors

RetrieveVersionResponse()

Initializes a new instance of the RetrieveVersionResponse class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from OrganizationResponse)
Item[String]

Gets an indexer for the Results collection.

(Inherited from OrganizationResponse)
ResponseName

Gets or sets the name of the response.

(Inherited from OrganizationResponse)
Results

Gets the results of the request that was performed.

(Inherited from OrganizationResponse)
Version

Gets the version number of the Microsoft Dynamics 365 Server.

Applies to

See also