UpdateProductKeyRequest 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 update a product key.
public ref class UpdateProductKeyRequest : Microsoft::Xrm::Sdk::Deployment::DeploymentServiceRequest
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="UpdateProductKeyRequest", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class UpdateProductKeyRequest : Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="UpdateProductKeyRequest", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type UpdateProductKeyRequest = class
inherit DeploymentServiceRequest
Public Class UpdateProductKeyRequest
Inherits DeploymentServiceRequest
- Inheritance
- Attributes
Remarks
Pass an instance of this class to the Execute(DeploymentServiceRequest) method, which returns an instance of UpdateProductKeyResponse.
Notes for Callers
You can also use the Set-CrmProductKeyWindows PowerShell command. For more information, see Administer the deployment using Windows PowerShell.
Constructors
UpdateProductKeyRequest() |
Initializes a new instance of the UpdateProductKeyRequest class. |
Properties
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DeploymentServiceRequest) |
ProductKey |
Gets or sets the product key to update. |