TrackLicenseRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the data that is needed to track the licenses for a deployment.
public ref class TrackLicenseRequest : Microsoft::Xrm::Sdk::Deployment::DeploymentServiceRequest
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="TrackLicenseRequest", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class TrackLicenseRequest : Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="TrackLicenseRequest", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type TrackLicenseRequest = class
inherit DeploymentServiceRequest
Public Class TrackLicenseRequest
Inherits DeploymentServiceRequest
- Inheritance
- Attributes
Remarks
Pass an instance of this class to the Execute(DeploymentServiceRequest) method, which returns an instance of TrackLicenseResponse.
Notes for Callers
You can also use the Get-CrmAccessLicenseWindows PowerShell command to retrieve license information. For more information, see Administer the deployment using Windows PowerShell.
Constructors
TrackLicenseRequest() |
Initializes a new instance of the TrackLicenseRequest class. |
Properties
EndDate |
Gets or sets the end date for the license. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DeploymentServiceRequest) |
LicenseType |
Gets or sets the type of license. |
StartDate |
Gets or sets the start date for the license. |