Freigeben über


AddDeploymentAdministratorResponse Class

Definition

Contains the response from the AddDeploymentAdministratorRequest.

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

Remarks

There is no return value from this operation.

Constructors

AddDeploymentAdministratorResponse()

Initializes a new instance of the AddDeploymentAdministratorResponse class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentServiceResponse)

Applies to

See also