Share via


UpdateProductKeyRequest.ProductKey Property

Definition

Gets or sets the product key to update.

public:
 property System::String ^ ProductKey { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public string ProductKey { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true)>]
member this.ProductKey : string with get, set
Public Property ProductKey As String

Property Value

The product key to update.

Attributes

Applies to