Freigeben über


RetrieveUserMappingResponse Class

Definition

Contains the response from RetrieveUserMappingRequest.

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

Constructors

RetrieveUserMappingResponse()

Initializes a new instance of the RetrieveUserMappingResponse class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentServiceResponse)
UserMapping

Gets or sets the retrieved user mapping information.

Applies to