Share via


TrackLicenseResponse Class

Definition

Contains the response from theTrackLicenseRequest.

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

Constructors

TrackLicenseResponse()

Initializes a new instance of the TrackLicenseResponse class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentServiceResponse)
Servers

Gets or sets the servers returned from the license request.

Users

Gets or sets the users returned from the license request.

Applies to

See also