RetrieveAdvancedSettingsResponse Class

Definition

Contains the response from the RetrieveAdvancedSettingsRequest.

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

Constructors

RetrieveAdvancedSettingsResponse()

Initializes a new instance of the RetrieveAdvancedSettingsResponse class.

Properties

Entity

Gets or sets the configuration entity that was retrieved.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentServiceResponse)

Applies to

See also