다음을 통해 공유


LicenseResponse.TransactionId Property

Definition

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.

Applies to