RetrieveUserIdByExternalIdResponse Class

Definition

Contains the response from processing RetrieveUserIdByExternalIdRequest.

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

Remarks

An instance of a response class is returned from the Execute(DiscoveryRequest) method.

Constructors

RetrieveUserIdByExternalIdResponse()

Initializes a new instance of the RetrieveUserIdByExternalIdResponse class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DiscoveryResponse)
UserId

Gets or sets the ID of the Dataverse system user.

Applies to