LicenseResponse.TransactionId Property
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.
Gets or sets the transaction identifer returned in the license response.
public string TransactionId { get; set; }
member this.TransactionId : string with get, set
Public Property TransactionId As String
Property Value
The transaction identifer returned in the license response.
Remarks
On receipt of a license response with a transaction identifier, the client is may post a license acknowledgement challenge using the specified TransactionId. Client support for license acknowledgements is optional. See ILicenseAcknowledgementChallenge for more details.