UpdateProductKeyRequest Class

Definition

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
UpdateProductKeyRequest
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.

Applies to

See also